lis_matrix_assemble(3) - Linux man page
Name
lis_matrix_assemble - assemble the matrix into the specified storage
format
Synopsis
#include "lis.h"
LIS_INT lis_matrix_assemble(LIS_MATRIX A);
Description
Assemble matrix A into the specified storage format.
Input
- A
- The matrix
Output
- A
- The matrix assembled into the specified storage format
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)