Go to the documentation of this file.
10 #ifndef NAEquationSolver_h
11 #define NAEquationSolver_h 1
15 #define DefaultTolerance 5.0e-14
17 template <
class Function>
67 #include "GeneratorInterface/Hydjet2Interface/src/EquationSolver.icc"
void SetTolerance(const double epsilon)
bool operator==(const NAEquationSolver &right) const
double GetIntervalUpperLimit(void) const
NAEquationSolver(const int iterations, const double tol)
bool Brent(Function &theFunction)
double GetTolerance(void) const
NAEquationSolver & operator=(const NAEquationSolver &right)
int GetMaxIterations(void) const
double GetRoot(void) const
double GetIntervalLowerLimit(void) const
void SetMaxIterations(const int iterations)
void SetIntervalLimits(const double Limit1, const double Limit2)
bool operator!=(const NAEquationSolver &right) const