ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
The inverse of the given matrix if it has one, or the input if it is singular
Calculate the inverse of the given matrix
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- mat
- Type: ILNumerics.DrawingMatrix4
The matrix to invert
Return Value
Type: Matrix4The inverse of the given matrix if it has one, or the input if it is singular
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the Matrix4 is singular. |
Remarks
[ILNumerics Visualization Engine]
See Also