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

FreeBSD Manual Pages

  
 
  

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

NAME
     lis_matrix_get_range - get the location of the partial matrix in the global
     matrix

SYNOPSIS
     #include "lis.h"

     LIS_INT lis_matrix_get_range(LIS_MATRIX A, LIS_INT *is, LIS_INT *ie);

DESCRIPTION
     Get the location of partial matrix A in the global matrix.

INPUT
     A	    The partial matrix

OUTPUT
     is     The location where partial matrix A starts in the global matrix

     ie     The location where partial matrix A ends in the global matrix

EXIT STATUS
     The following exit values are returned:

     0	    The process is normally terminated

     unspecified
	    An error occurred

NOTE
     For  the  serial and multithreaded environments, a matrix of size n x n re-
     sults in is = 0 and ie = n.

SEE ALSO
     lis(3)

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

Man Page			   6 Sep 2012		 lis_matrix_get_range(3)

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

home | help