|
NAMElis_matrix_malloc - allocate the memory for the matrixSYNOPSIS#include "lis.h"LIS_INT lis_matrix_malloc(MATRIX A, LIS_INT nnz_row, LIS_INT nnz[]); DESCRIPTIONallocate the memory for matrix A.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
NOTEEither nnz_row or nnz must be provided.SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |