lis_matrix_duplicate.3f - Man Page

duplicate the matrix

Synopsis

subroutine lis_matrix_duplicate(MATRIX *Ain, LIS_MATRIX *Aout, LIS_INTEGER ierr);

Description

Create matrix Aout which has the same information as Ain.

Input

Ain

The source matrix

Output

Aout

The destination matrix

Note

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

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions