 | DoubleComplexLUFactDeterminant Method |
Computes the determinant of the factored matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplex Determinant()
Public Function Determinant As DoubleComplex
public:
DoubleComplex Determinant()
member Determinant : unit -> DoubleComplex
Return Value
DoubleComplexThe determinant of the factored matrix.
Exceptions
See Also