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

  
 
  

home | help
BSset_mat_icc_storage(3)	  BlockSolve95		BSset_mat_icc_storage(3)

NAME
     BSset_mat_icc_storage - Set the matrix storage.

INPUT PARAMETERS
     BSspmat
	    - The matrix
     storage
	    -  If TRUE, the ICC storage scheme to be used (and the ICC precondi-
	    tioner).  Otherwise, ILU is used.

RETURNS
     void

NOTES
     ICC_STORAGE implies ICC preconditioner and ILU_STORAGE implies the ILU pre-
     conditioner is to be computed by BSfactor().

     MUST be called before BSmain_perm().

SYNOPSIS
     void BSset_mat_icc_storage(BSspmat *A, int storage)

LOCATION
      BlockSolve95/src/BScontext.c

				   10/17/1996		BSset_mat_icc_storage(3)

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

home | help