GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-8cbe8fef7c
matprt.c File Reference
#include <stdio.h>
Include dependency graph for matprt.c:

Go to the source code of this file.

Functions

void matprt (double *a, int n, int m, char *fmt)
 
void fmatprt (FILE *fp, double *a, int n, int m, char *fmt)
 

Function Documentation

◆ fmatprt()

void fmatprt ( FILE *  fp,
double *  a,
int  n,
int  m,
char *  fmt 
)

Definition at line 24 of file matprt.c.

◆ matprt()

void matprt ( double *  a,
int  n,
int  m,
char *  fmt 
)

Definition at line 11 of file matprt.c.