All Classes Functions Variables
Public Member Functions | List of all members
EnjoLib::BinSearchArg Class Reference

Searches for an argument of function, that produces a given reference value. More...

#include <BinSearchArg.hpp>

Public Member Functions

 BinSearchArg (double maxArg, bool maxArgValPositive, double epsilon)
 Ctor.
Result< double > Run (BinSearchArgSubject *subj) const

Detailed Description

Searches for an argument of function, that produces a given reference value.

Constructor & Destructor Documentation

BinSearchArg::BinSearchArg ( double  maxArg,
bool  maxArgValPositive,
double  epsilon 
)

Ctor.

Parameters
maxArg- maximal argument that will be searched
maxArgValPositive- should the value for the maxArg be positive?
epsilon- accuracy of the I/O argument (not the function!)

The documentation for this class was generated from the following files: