![]() |
![]()
| ![]() |
![]()
NAMEBStri_mult - Multiply the matrix (A - shift*B) by a block of vectors INPUT PARAMETERS
OUTPUT PARAMETERS
RETURNSvoid NOTESDifferent code is used to multiply a single vector than is used to multiply a block of vectors (this improves efficiency). Also different code is used if shift=0.0. If B is NULL, then we assume that it is the identity matrix. SYNOPSISvoid BStri_mult(BSpar_mat *A, BScomm *comm_A, BSpar_mat *B, BScomm *comm_B, LOCATIONBlockSolve95/src/BStri_mult.c
|