#include <trws_base.hxx>
Public Member Functions | |
TRWSPrototype_Parameters (size_t maxIternum, ValueType precision=1.0, bool absolutePrecision=true, ValueType minRelativeDualImprovement=-1.0, bool fastComputations=true) | |
Public Attributes | |
size_t | maxNumberOfIterations_ |
ValueType | precision_ |
bool | absolutePrecision_ |
ValueType | minRelativeDualImprovement_ |
bool | fastComputations_ |
Definition at line 76 of file trws_base.hxx.
trws_base::TRWSPrototype_Parameters< ValueType >::TRWSPrototype_Parameters | ( | size_t | maxIternum, | |
ValueType | precision = 1.0 , |
|||
bool | absolutePrecision = true , |
|||
ValueType | minRelativeDualImprovement = -1.0 , |
|||
bool | fastComputations = true | |||
) | [inline] |
Definition at line 84 of file trws_base.hxx.
bool trws_base::TRWSPrototype_Parameters< ValueType >::absolutePrecision_ |
Definition at line 80 of file trws_base.hxx.
bool trws_base::TRWSPrototype_Parameters< ValueType >::fastComputations_ |
Definition at line 82 of file trws_base.hxx.
size_t trws_base::TRWSPrototype_Parameters< ValueType >::maxNumberOfIterations_ |
Definition at line 78 of file trws_base.hxx.
ValueType trws_base::TRWSPrototype_Parameters< ValueType >::minRelativeDualImprovement_ |
Definition at line 81 of file trws_base.hxx.
ValueType trws_base::TRWSPrototype_Parameters< ValueType >::precision_ |
Definition at line 79 of file trws_base.hxx.