#include <solver_ucf.hpp>
Public Member Functions | |
| solver_cffirst (interval_rep< POL > p) | |
| interval_rep< POL > | first_root () |
| Interval< Real > | first_root_isolate () |
| Real | first_root_approximate () |
| Real | first_root_floor () |
| Seq< interval_rep< POL > > | all_roots () |
| Seq< Interval< Real > > | all_roots_isolate () |
| Seq< Real > | all_roots_separate () |
Public Attributes | |
| interval_rep< POL > | ir |
| Real | eps |
|
inline |
| TMPLR Seq< interval_rep< POL > > mmx::solver_cffirst::all_roots | ( | ) |
| TMPLR interval_rep< POL > mmx::solver_cffirst::first_root | ( | ) |
| TMPLR Real mmx::solver_cffirst::first_root_approximate | ( | ) |
| TMPLR Real mmx::solver_cffirst::first_root_floor | ( | ) |
| Real mmx::solver_cffirst::eps |
| interval_rep<POL> mmx::solver_cffirst::ir |