 | FloatHermitianFactDeterminant Method |
Computes the determinant of the factored matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplex Determinant()
Public Function Determinant As FloatComplex
public:
FloatComplex Determinant()
member Determinant : unit -> FloatComplex
Return Value
Type:
FloatComplexThe determinant of the factored matrix.
See Also