1lis_matrix_unset(3) Lis Library Functions lis_matrix_unset(3)
2
3
4
6 lis_matrix_unset - unassociate the arrays from the matrix
7
8
10 #include "lis.h"
11
12 LIS_INT lis_matrix_unset(LIS_MATRIX A);
13
14
16 Unassociate the arrays from matrix A.
17
18
20 A The matrix associated with the arrays
21
22
24 A The unassociated matrix
25
26
28 The following exit values are returned:
29
30 0 The process is normally terminated
31
32 unspecified
33 An error occurred
34
35
37 After lis_matrix_unset is called, the function lis_matrix_destroy must
38 be called.
39
40
42 lis(3)
43
44 http://www.ssisc.org/lis/
45
46
47
48
49Man Page 28 Aug 2014 lis_matrix_unset(3)