lis_output_matrix(3) - Linux man page
Name
lis_output_matrix - 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
- 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
lis(3)