Enable or disable performing NonlinLeastSquares.IFunction.F in parallel.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public bool Parallel { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Parallel As Boolean |
Visual C++ |
---|
public: property bool Parallel { bool get (); void set (bool value); } |
Field Value
A bool indicating whether or not the NonlinLeastSquares.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.