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

  
 
  

home | help
BSforward1(3)			  BlockSolve95			   BSforward1(3)

NAME
     BSforward1 - 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

NOTES
     We assume that A has no i-nodes or cliques

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

LOCATION
      BlockSolve95/src/BSforward1.c

				   10/26/1995			   BSforward1(3)

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

home | help