| DoubleSymFactDeterminant Method |
Computes the determinant of the factored matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double Determinant()
Public Function Determinant As Double
public:
double Determinant()
member Determinant : unit -> float
Return Value
DoubleThe determinant of the factored matrix.
See Also