BoundedLeastSquaresParallel Property |
Enable or disable performing MinUnconMultiVar.IFunction.F in parallel.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public bool Parallel { get; set; }
Public Property Parallel As Boolean
Get
Set
public:
property bool Parallel {
bool get ();
void set (bool value);
}
member Parallel : bool with get, set
Property Value
Type:
Boolean
A
bool indicating whether or not the
MinUnconMultiVar.IFunction.F
calculations are to be performed in parallel.
Remarks
By default, Parallel = true. This property has no effect if
the application is used with a scalar version of the IMSL C# Numerical
Library.
See Also