realroot_doc 0.1.1
|
#include <realroot/Interval.hpp>
#include <realroot/homography.hpp>
#include <realroot/sign_variation.hpp>
#include <realroot/univariate_bounds.hpp>
#include <stack>
#include <realroot/solver.hpp>
Go to the source code of this file.
#define N_ITER 10000 |
Definition at line 19 of file solver_ucf.hpp.
Referenced by solver_cffirst< Real, POL >::all_roots(), and solver_cffirst< Real, POL >::first_root().
#define NO_ROOT -1.0 |
Definition at line 16 of file solver_ucf.hpp.
#define TMPL template<class POL> |
Definition at line 17 of file solver_ucf.hpp.
#define TMPLR template<class Real, class POL> |
Definition at line 18 of file solver_ucf.hpp.