lis_output_vector - Man Page
write the vector data
Synopsis
#include "lis.h"
LIS_INT lis_output_vector(LIS_VECTOR v, LIS_INT format, char *filename);
Description
Write the vector data to the external file.
Input
- v
The vector
- format
- LIS_FMT_PLAIN
The PLAIN format
- LIS_FMT_MM
The Matrix Market format
- filename
The destination file
Output
None
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions