LinearOperator<T>.GetDeterminant Method

Calculates the determinant of a matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual T GetDeterminant()

Return Value

T
The determinant of the matrix.

See Also