lis_matrix_copy(3) - Linux man page
Name
lis_matrix_copy - 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
lis(3)