#include <solver.hpp>
Definition at line 67 of file solver.hpp.
Definition at line 69 of file solver.hpp.
Definition at line 68 of file solver.hpp.
typedef MTH::Solutions Solutions |
Definition at line 71 of file solver.hpp.
typedef MTH::Strategy Strategy |
Definition at line 70 of file solver.hpp.
Approximates the first positive root of the polynomial p in the interval (u,v).
Definition at line 484 of file solver_mv_monomial.hpp.
References solver_mv_monomial< FT, POL >::approximate().
static Solutions solve | ( | const POL & | p, | |
const DOM & | dmn | |||
) | [inline, static] |
Definition at line 82 of file solver.hpp.
References subdivisor< CELL, V >::run(), and subdivisor< CELL, V >::solutions().
static Solutions solve | ( | const POL & | p | ) | [inline, static] |
Definition at line 74 of file solver.hpp.
References subdivisor< CELL, V >::run(), and subdivisor< CELL, V >::solutions().
Referenced by solver< C, ContFrac< Isolate > >::solve(), and solver< C, ContFrac< Approximate > >::solve().