Hermitian Matrix<T>.Get Determinant Method
Calculates the determinant of the Hermitian matrix
underlying this system of equations.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The determinant of the HermitianMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override T GetDeterminant()
Return Value
TThe determinant of the HermitianMatrix<T>.
Remarks
A system of simultaneous linear equations has a unique solution if its determinant is not equal to zero.