Click or drag to resize

DoubleSVDecompServerUseDivideAndConquer Property

Gets and sets a property indicating which SVD algorithm to use. If true the divide and conquer algorithm is used. The default is true.

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

Property Value

Boolean
See Also