![]() |
![]()
| ![]() |
![]()
NAMElis_matrix_duplicate - duplicate the matrix SYNOPSISsubroutine lis_matrix_duplicate(MATRIX *Ain, LIS_MATRIX *Aout, LIS_INTEGER ierr); DESCRIPTIONCreate matrix Aout which has the same information as Ain. INPUT
OUTPUT
NOTEThe 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 ALSOlis(3) http://www.ssisc.org/lis/
|