Click or drag to resize

EvdTDeterminant Property

Gets the absolute value of determinant of the square matrix for which the EVD was computed.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract T Determinant { get; }

Property Value

T
See Also