36#include "gsl/gsl_roots.h"
67 if (
this == &rhs)
return *
this;
95 if (
this == &rhs)
return *
this;
122 if (
this == &rhs)
return *
this;
154 if (
this == &rhs)
return *
this;
181 if (
this == &rhs)
return *
this;
208 if (
this == &rhs)
return *
this;
Root-Finder implementation class using GSL.
Root-Finder with derivatives implementation class using GSL.
void SetSolver(GSLRootFdFSolver *s)
void SetSolver(GSLRootFSolver *s)
Bisection & operator=(const Bisection &)
Brent & operator=(const Brent &)
FalsePos & operator=(const FalsePos &)
Newton & operator=(const Newton &)
Secant & operator=(const Secant &)
Steffenson & operator=(const Steffenson &)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...