5 #ifndef _MGBISECTION_HH_
6 #define _MGBISECTION_HH_
virtual ~MGBisection()
Definition: bisection.h:25
virtual double compare_replace(double t, bool &replaced)=0
double solve(double t, double span_initial, double tolerance, int &nrepition)
Solve the equation with bisection method.
A virtual super class to solve non-linear equations by the bicection method.
Definition: bisection.h:16
MGBisection(double ts, double te)
virtual void set_initial_t(double t)=0
Prepare by setting the initial value.