GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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

Definition at line 22 of file matprt.c.

References n.

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

Definition at line 9 of file matprt.c.

References n.