Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector LDivide(TMtx *Left, TVec *Right); | Left divide Left with Right (matrix division) returning Vector type result. |
| 2 | Matrix LDivide(TMtx *Left, TMtx *Right); | Left divide Left with Right (matrix division) returning Matrix type result. |
Overload 1: Vector LDivide(TMtx *Left, TVec *Right);
Left divide Left with Right (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 LDivide(TMtx *Left, TMtx *Right);
Left 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