include/realroot/solver_fatarcs.hpp File Reference

#include <realroot/fatarcs.hpp>
#include <realroot/ring_bernstein_tensor.hpp>
#include <realroot/ring_monomial_tensor.hpp>

Go to the source code of this file.

Classes

Functions


Function Documentation

Seq< domain<C> > solve_bv_fatarcs ( polynomial< C, with< Bernstein > >  p1,
polynomial< C, with< Bernstein > >  p2,
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 }


Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1