Click or drag to resize

FloatHermitianPDFactInverse Method

Computes the inverse of the factored matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatHermitianMatrix Inverse()

Return Value

FloatHermitianMatrix
The inverse of the factored matrix.
Exceptions
ExceptionCondition
SingularMatrixExceptionThrown if the matrix is singular.
See Also