Computes the inverse of the factored matrix.
Namespace: CenterSpace.NMath.MatrixAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public FloatMatrix Inverse() |
| Visual Basic |
|---|
Public Function Inverse As FloatMatrix |
| Visual C++ |
|---|
public: FloatMatrix^ Inverse() |
Return Value
The inverse of the factored matrix.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::..SingularMatrixException | thrown if the factored matrix is singular. |