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