lis_matrix_malloc.3f - Man Page
allocate the memory for the matrix
Synopsis
subroutine lis_matrix_malloc(MATRIX A, LIS_INTEGER nnz_row, LIS_INTEGER nnz[], LIS_INTEGER ierr);
Description
allocate the memory for matrix A.
Input
- A
The matrix
- nnz_row
The average number of nonzero elements
- nnz
The array of the numbers of the nonzero elements in each row
Output
None
Note
Either nnz_row or nnz must be provided.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions