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