LinearOperator<T>.GetDeterminant Method

Calculates the determinant of a matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual T GetDeterminant()

Return Value

T
The determinant of the matrix.

See Also