solver< Ring, CFdecide > Struct Template Reference

#include <solver_ucf.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<class Ring>
struct mmx::solver< Ring, CFdecide >

Definition at line 770 of file solver_ucf.hpp.


Member Function Documentation

bool solve ( const POL &  p  )  [inline, static]

Decides wether p has a positive root

Definition at line 782 of file solver_ucf.hpp.

References solver_cffirst< Real, POL >::all_roots_isolate().

00782                                              {
00783 
00784         interval_rep<POL> i(p);
00785         solver_cffirst<QQ,POL> slv(i);
00786         
00787         return ( slv.all_roots_isolate().size() );
00788 }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1