Click or drag to resize

RealEigendecompositionDeterminant Method

Computes the determinant of the original matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double Determinant()

Return Value

Type: Double
The determinant of the original matrix.
Remarks

The determinant of the original matrix equals the product of the eigenvalues.

See Also