Click or drag to resize

DoubleComplexBandFactInverse Method

Computes the inverse of the factored matrix.

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

Return Value

DoubleComplexMatrix
The inverse of the factored matrix.
Exceptions
ExceptionCondition
SingularMatrixExceptionthrown if the factored matrix is singular.
See Also