lis_input_matrix - Man Page
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
Info
6 Sep 2012 Man Page Lis Library Functions