1lis_matrix_get_type(3) Lis Library Functions lis_matrix_get_type(3)
2
3
4
6 lis_matrix_get_type - get the storage format
7
8
10 #include "lis.h"
11
12 LIS_INT lis_matrix_get_type(LIS_MATRIX A, LIS_INT *matrix_type);
13
14
16 Get the storage format.
17
18
20 A The matrix
21
22
23 matrix_type
24 The storage format
25
26
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 lis(3)
39
40 http://www.ssisc.org/lis/
41
42
43
44
45Man Page 6 Sep 2012 lis_matrix_get_type(3)