Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void MulRight(TMtx *X, TMtx *Y); | Multiply the sparse matrix from right. |
| 2 | void MulRight(TVec *X, TVec *Y); | Multiply sparse matrix from right with vector X and place the result in vector Y. |
Overload 1: void MulRight(TMtx *X, TMtx *Y);
Multiply the sparse matrix from right.
Remarks:
Multiply calling sparse matrix from right with dense matrix X and place the result in dense matrix Y.
See Also: TSparseMtx::MulLeft
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler