DragonFly On-Line Manual Pages

Search: Section:  


BSforward(3)                     BlockSolve95                     BSforward(3)

NAME

BSforward - Forward triangular matrix multiplication on a single vector

INPUT PARAMETERS

A - The sparse matrix x - The rhs comm - The communication structure for A procinfo - the usual processor information

OUTPUT PARAMETERS

b - on exit contains A*x

RETURNS

void

SYNOPSIS

void BSforward(BSpar_mat *A, FLOAT *x, FLOAT *b, BScomm *comm, BSprocinfo *procinfo)

LOCATION

BlockSolve95/src/BSforward.c 1/11/1996 BSforward(3)

Search: Section: