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()
Public Function Determinant As Double
public:
double Determinant()
member Determinant : unit -> float
Return Value
Type:
DoubleThe determinant of the original matrix.
Remarks The determinant of the original matrix equals the product of the eigenvalues.
See Also