Calculates the determinant of the symmetric matrix
underlying this system of equations.
Namespace:
Extreme.Mathematics.LinearAlgebra
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public override T GetDeterminant()
Public Overrides Function GetDeterminant As T
public:
virtual T GetDeterminant() override
abstract GetDeterminant : unit -> 'T
override GetDeterminant : unit -> 'T
Return Value
Type:
TThe determinant of the
SymmetricMatrixT.
A system of simultaneous linear equations
has a unique solution if its determinant is not equal
to zero.
Reference