lis_matrix_get_type - Man Page
get the storage format
Synopsis
#include "lis.h"
LIS_INT lis_matrix_get_type(LIS_MATRIX A, LIS_INT *matrix_type);
Description
Get the storage format.
Input
- A
 The matrix
- matrix_type
 The storage format
Output
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