1lis_matrix_duplicate(3) Lis Library Functions lis_matrix_duplicate(3)
2
3
4
6 lis_matrix_duplicate - duplicate the matrix
7
8
10 #include "lis.h"
11
12 LIS_INT lis_matrix_duplicate(MATRIX *Ain, LIS_MATRIX *Aout);
13
14
16 Create matrix Aout which has the same information as Ain.
17
18
20 Ain The source matrix
21
22
24 Aout The destination 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 The function lis_matrix_duplicate does not copy the elements of the
38 matrix, but allocates only the memory. To copy the values as well, the
39 function lis_matrix_copy must be called after this function.
40
41
43 lis(3)
44
45 http://www.ssisc.org/lis/
46
47
48
49
50Man Page 6 Sep 2012 lis_matrix_duplicate(3)