Sparse Matrix<T>.Get Determinant Method
Calculates the determinant of this matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The determinant of the DenseMatrix<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override T GetDeterminant()
Return Value
TThe determinant of the DenseMatrix<T>.
Exceptions
Dimension | The matrix is not square. |