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

  
 
  

home | help
BSsetup_block(3)		  BlockSolve95			BSsetup_block(3)

NAME
     BSsetup_block  -  Change  the setup for triangular matrix multiplication to
     allow for multiple vectors

INPUT PARAMETERS
     A	    - a sparse matrix
     comm   - the communication structure
     block_size
	    - the number of vectors
     procinfo
	    - the usual processor stuff

OUTPUT PARAMETERS
     comm   - the communication structure modified for a block of vectors

RETURNS
     void

SYNOPSIS
     void BSsetup_block(BSpar_mat *A, BScomm *comm, int block_size,
       BSprocinfo *procinfo)

LOCATION
      BlockSolve95/src/BSsetup_block.c

				   10/26/1995			BSsetup_block(3)

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

home | help