![]() |
![]()
| ![]() |
![]()
NAMElis_matrix_malloc - allocate the memory for the matrix SYNOPSIS#include "lis.h" LIS_INT lis_matrix_malloc(MATRIX A, LIS_INT nnz_row, LIS_INT nnz[]); DESCRIPTIONallocate the memory for matrix A. INPUTOUTPUTEXIT STATUSThe following exit values are returned:
NOTEEither nnz_row or nnz must be provided. SEE ALSOlis(3) http://www.ssisc.org/lis/
|