The Complete SPRLIB & ANNLIB

fprintf_matrix

- print a matrix to the file pointed by stream

SYNOPSIS

int fprintf_matrix (stream, n, m, mat)

ARGUMENTS

FILE *stream Pointer to output-file.
int n First dimension. See in FUNCTION below.
int m Second dimension. See in FUNCTION below.
double **mat Input matrix.

RETURNS

TRUE if an error is detected during file-i/o, FALSE if no error is detected.

FUNCTION

See above. The matrix mat[1..n][1..m] is a matrix with fixed lower bound and upper bounds n and m.

NOTE

The input matrix has to be in NRinC -format.

SEE ALSO

fprintf_vector

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998