|
NAMElis_matrix_malloc - allocate the memory for the matrixSYNOPSISsubroutine lis_matrix_malloc(MATRIX A, LIS_INTEGER nnz_row, LIS_INTEGER nnz[], LIS_INTEGER ierr);DESCRIPTIONallocate the memory for matrix A.INPUT
OUTPUT
NOTEEither nnz_row or nnz must be provided.SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |