SCSRSM/DCSRSM/CCSRSM/ZCSRSM | Compressed sparse row format triangular solve |
val( ) | Scalar array of length nnz containing matrix entries. |
indx( ) | Integer array of length nnz containing column indices. |
pntrb( ) | Integer array of length m such that pntrb(j) points to |
| location in val of the first nonzero element in row j. |
pntre( ) | Integer array of length m such that |
| location in val of the first nonzero element in row j. |
b( ) | Rectangular array with leading dimension ldb. |
ldb | Leading dimension of b. |
beta | Scalar parameter. |
c( ) | Rectangular arrary with leading dimension ldc. |
ldc | Leading dimension of c. |
work( ) | Scratch array of length lwork. lwork should be at least |
| mb x lb x min(lb, n). |
lwork | Length of work array. |
496HP MLIB User’s Guide