Non Negative Matrix Factorization<T>.Get Determinant Method
Calculates the determinant of a matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The determinant of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override T GetDeterminant()
Return Value
TThe determinant of the matrix.