 | FloatHermPDTriDiagFactInverse Method |
Computes the inverse of the factored matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexMatrix Inverse()
Public Function Inverse As FloatComplexMatrix
public:
FloatComplexMatrix^ Inverse()
member Inverse : unit -> FloatComplexMatrix
Return Value
FloatComplexMatrixThe inverse of the factored matrix.
See Also