lis_matrix_assemble - Man Page
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
Info
6 Sep 2012 Man Page Lis Library Functions