Click or drag to resize

SvdTS Property

Gets the singular values (Σ) of matrix in ascending value.

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

Property Value

VectorT
See Also