1lis_matrix_duplicate(3f)     Lis Library Functions    lis_matrix_duplicate(3f)
2
3
4

NAME

6       lis_matrix_duplicate - duplicate the matrix
7
8

SYNOPSIS

10       subroutine    lis_matrix_duplicate(MATRIX   *Ain,   LIS_MATRIX   *Aout,
11       LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Create matrix Aout which has the same information as Ain.
16
17

INPUT

19       Ain    The source matrix
20
21

OUTPUT

23       Aout   The destination matrix
24
25

NOTE

27       The function lis_matrix_duplicate does not copy  the  elements  of  the
28       matrix,  but allocates only the memory. To copy the values as well, the
29       function lis_matrix_copy must be called after this function.
30
31

SEE ALSO

33       lis(3)
34
35       http://www.ssisc.org/lis/
36
37
38
39
40Man Page                          6 Sep 2012          lis_matrix_duplicate(3f)
Impressum