Computes the determinant of the factored matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double Determinant()
Visual Basic (Declaration)
Public Function Determinant As Double
Visual C++
public:
double Determinant()

Return Value

The determinant of the factored matrix.

See Also