Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix LDivide(TMtx Left, TMtx Right) | Left divide Left with Right (matrix division) returning Matrix type result. |
| 2 | Vector LDivide(TMtx Left, TVec Right) | Left divide Left with Right (matrix division) returning Vector type result. |
Overload 1: Matrix LDivide(TMtx Left, TMtx Right)
Left divide Left with Right (matrix division) returning Matrix type result.
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.LUSolve
Overload 2: Vector LDivide(TMtx Left, TVec Right)
Left divide Left with Right (matrix division) returning Vector type result.
Returns: Vector
Remarks:
Internally calls Dew.Math.Matrix.LUSolve