 | DoubleComplexSVDecompServerComputeRightVectors Property |
Gets and sets the server property that determines whether or not the
right singular vectors are computed.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ComputeRightVectors { get; set; }
Public Property ComputeRightVectors As Boolean
Get
Set
public:
property bool ComputeRightVectors {
bool get ();
void set (bool value);
}
member ComputeRightVectors : bool with get, set
Property Value
Boolean
Remarks
Set to true if right vectors are to be computed; otherwise, false.
See Also