|
|
|
void | myra::trmm_inplace (char side, char uplo, char op, const CSparseMatrixRange< NumberS > &A, const MatrixRange< NumberS > &X) |
| | Multiplies B = op(A)*X, or B = X*op(A). Overwrites X with B.
|
| |
|
void | myra::trmm_inplace (char side, char uplo, char op, const CSparseMatrixRange< NumberD > &A, const MatrixRange< NumberD > &X) |
| | Multiplies B = op(A)*X, or B = X*op(A). Overwrites X with B.
|
| |
|
void | myra::trmm_inplace (char side, char uplo, char op, const CSparseMatrixRange< NumberC > &A, const MatrixRange< NumberC > &X) |
| | Multiplies B = op(A)*X, or B = X*op(A). Overwrites X with B.
|
| |
|
void | myra::trmm_inplace (char side, char uplo, char op, const CSparseMatrixRange< NumberZ > &A, const MatrixRange< NumberZ > &X) |
| | Multiplies B = op(A)*X, or B = X*op(A). Overwrites X with B.
|
| |
Routines for multiplying by a triangular SparseMatrix.