Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lis_matrix_malloc(3)	      Lis Library Functions	    lis_matrix_malloc(3)

NAME
     lis_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[]);

DESCRIPTION
     allocate the memory for matrix A.

INPUT
     A	    The matrix

     nnz_rowThe average number of nonzero elements

     nnz    The array of the numbers of the nonzero elements in each row

OUTPUT
     None

EXIT STATUS
     The following exit values are returned:

     0	    The process is normally terminated

     unspecified
	    An error occurred

NOTE
     Either nnz_row or nnz must be provided.

SEE ALSO
     lis(3)

     http://www.ssisc.org/lis/

Man Page			   6 Sep 2012		    lis_matrix_malloc(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_matrix_malloc&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help