lis_matrix_destroy(3) - Linux man page
Name
lis_matrix_destroy - destroy the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_destroy(LIS_MATRIX A);
Description
Destroy matrix A.
Input
- A
- The matrix to be destroyed
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)