Calculates the determinant of the matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

Return Value

The determinant of the matrix.

See Also