Click or drag to resize

FloatSVDecompServerComputeLeftVectors Property

Gets and sets the server property that determines whether or not the left singular vectors are computed.

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

Property Value

Boolean
Remarks
Set to true if left vectors are to be computed; otherwise, false.
See Also