lis_output_matrix - Man Page
write the matrix data
Synopsis
#include "lis.h"
LIS_INT lis_output_matrix(LIS_MATRIX A, LIS_INT format, char *filename);
Description
Write the matrix data to the external file.
Input
- A
The matrix
- format
- LIS_FMT_MM
The Matrix Market format
- filename
The destination file
Output
None
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions