MatrixFInverse Property |
Namespace: DigitalRune.Mathematics.Algebra
Exception | Condition |
---|---|
MathematicsException | The matrix is singular (i.e. it is not invertible). |
The property does not change this instance. To invert this instance you need to call Invert.
If this matrix is square, the inverse is returned; otherwise the pseudo-inverse.