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