In file DMatrix.cpp:

DIVAMatrixExport void CDMatrix::ToFile( FILE *fh ) const

Writes the matrix to disk in binary format.

Documentation

Writes the matrix to disk in binary format. The dimensions are saved as two doubles (!!?) (rows,cols) in the start. The matrix is written to the binary file 'fh' at the current position of the file pointer.

Modified: Mikkel B. Stegmann 14/3-00

Returns:
Nothing.
Parameters:
fh - Open file handle.
Author:
Mikkel B. Stegmann
Version:
4-14-1999
See Also:
FromFile


Back DIVA Reference Manual The DIVA-Site