DragonFly On-Line Manual Pages
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)