lis_matrix_unset - Man Page
unassociate the arrays from the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_unset(LIS_MATRIX A);
Description
Unassociate the arrays from matrix A.
Input
- A
The matrix associated with the arrays
Output
- A
The unassociated matrix
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
After lis_matrix_unset is called, the function lis_matrix_destroy must be called.
See Also
Info
28 Aug 2014 Man Page Lis Library Functions