realroot_doc 0.1.1
/Users/mourrain/Devel/mmx/realroot/include/realroot/solver_fatarcs.hpp File Reference

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 
)
Examples:
solver_mv_fatarcs_test.cpp.

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);
}