Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Divide(TVec *Left, TMtx *Right); | Divide Left vector with right matrix (matrix division) returning Vector type result. |
| 2 | Matrix Divide(TMtx *Left, TMtx *Right); | Divide Left with Right (matrix division) returning Matrix type result. |
Overload 1: Vector Divide(TVec *Left, TMtx *Right);
Divide Left vector with right matrix (matrix division) returning Vector type result.
Remarks:
Internally calls Matrix::LUSolve
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Divide(TMtx *Left, TMtx *Right);
Divide Left with Right (matrix division) returning Matrix type result.
Remarks:
Internally calls Matrix::LUSolve
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler