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

  
 
  

home | help
BSfactor(3)			  BlockSolve95			     BSfactor(3)

NAME
     BSfactor - Compute the incomplete factor of a matrix

INPUT PARAMETERS
     A	    - The sparse matrix to be factored
     comm   - the communication structure of the factoring
     procinfo
	    - the usual processor info

OUTPUT PARAMETERS
     A	    - The factored sparse matrix

RETURNS
     0	if  successful,  otherwise a negative number whose absolute value is the
     row number of the color (less one) where the failure occured.

SYNOPSIS
     int BSfactor(BSpar_mat *A, BScomm *comm, BSprocinfo *procinfo)

LOCATION
      BlockSolve95/src/BSfactor.c

				   10/27/1995			     BSfactor(3)

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

home | help