#include <realroot/fatarcs.hpp>
#include <realroot/ring_bernstein_tensor.hpp>
#include <realroot/ring_monomial_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 | |||
) | [inline] |
Definition at line 161 of file solver_fatarcs.hpp.
References solver_mv_fatarcs< C >::solver().
00163 { 00164 int MTH=1; 00165 solver_mv_fatarcs<C> sys( p1, p2, eps); 00166 return sys.solver(MTH); 00167 }