lis_input.3f - Man Page
read the matrix and vector data
Synopsis
subroutine lis_input(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, char *filename, LIS_INTEGER ierr);
Description
Read the matrix and vector data from the external file.
Input
- filename
The source file
Output
- A
The matrix in the specified storage format
- b
The right hand side vector
- x
The solution
Note
The following file formats are supported:
The extended Matrix Market format (extended to allow vector data)
The Harwell-Boeing format
See Also
Info
6 Sep 2012 Man Page Lis Library Functions