realroot_doc 0.1.1
|
#include <realroot/fatarcs.hpp>
#include <realroot/polynomial_bernstein.hpp>
#include <realroot/polynomial_tensor.hpp>
Go to the source code of this file.
Seq< domain<C> > solve_bv_fatarcs | ( | polynomial< C, with< Bernstein > > | p1, |
polynomial< C, with< Bernstein > > | p2, | ||
C | eps | ||
) |
Definition at line 161 of file solver_fatarcs.hpp.
References solver_mv_fatarcs< C >::solver().
{ int MTH=1; solver_mv_fatarcs<C> sys( p1, p2, eps); return sys.solver(MTH); }