lis_input_matrix(3) - Linux man page
Name
lis_input_matrix - read the matrix data
Synopsis
#include "lis.h"
LIS_INT lis_input_matrix(LIS_MATRIX A, char *filename);
Description
Read the matrix data from the external file.
Input
- filename
- The source file
Output
- A
- The matrix
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
Note
The following file formats are supported:
- The Matrix Market format
- The Harwell-Boeing format
See Also
lis(3)