lis_input_vector - Man Page
read the vector data
Synopsis
#include "lis.h"
LIS_INT lis_input_vector(LIS_VECTOR v, char *filename);
Description
Read the vector data from the external file.
Input
- filename
The source file
Output
- v
The vector
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 PLAIN format
The extended Matrix Market format (extended to allow vector data)
See Also
Info
6 Sep 2012 Man Page Lis Library Functions