Click or drag to resize

DoubleSVDecompServerComputeFull Property

Gets and sets the server property that determines whether the full or reduced singular value decomposition is computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ComputeFull { get; set; }

Property Value

Boolean
Remarks
Set to true if the full singular value decomposition is desired. Set to false if the reduced decomposition is desired.
See Also