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