Constructs a SimplexLPSolver instance with the given tolerance.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public SimplexLPSolver( double tolerance ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ tolerance As Double _ ) |
| Visual C++ |
|---|
public: SimplexLPSolver( double tolerance ) |
Parameters
- tolerance
- Type: System..::.Double
The error tolerance.