Click or drag to resize

DoubleSVDecompSingularValues Property

Gets the singular values of this decomposition. The values are non-negative and arranged in decreasing order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector SingularValues { get; }

Property Value

DoubleVector
See Also