lis_matrix_copy - Man Page
copy the values of the matrix elements
Synopsis
#include "lis.h"
LIS_INT lis_matrix_copy(LIS_MATRIX Ain, LIS_MATRIX Aout);
Description
Copy the values of the matrix elements.
Input
- Ain
The source matrix
Output
- Aout
The destination matrix
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
6 Sep 2012 Man Page Lis Library Functions