Developer documentation

mmx::solver_cffirst Struct Reference

#include <solver_ucf.hpp>

Public Member Functions

 solver_cffirst (interval_rep< POL > p)
 
interval_rep< POLfirst_root ()
 
Interval< Real > first_root_isolate ()
 
Real first_root_approximate ()
 
Real first_root_floor ()
 
Seq< interval_rep< POL > > all_roots ()
 
Seq< Interval< Real > > all_roots_isolate ()
 
Seq< Real > all_roots_separate ()
 

Public Attributes

interval_rep< POLir
 
Real eps
 

Constructor & Destructor Documentation

mmx::solver_cffirst::solver_cffirst ( interval_rep< POL p)
inline

Member Function Documentation

TMPLR Seq< interval_rep< POL > > mmx::solver_cffirst::all_roots ( )
TMPLR Seq< Interval< Real > > mmx::solver_cffirst::all_roots_isolate ( )
TMPLR Seq< Real > mmx::solver_cffirst::all_roots_separate ( )
TMPLR interval_rep< POL > mmx::solver_cffirst::first_root ( )
TMPLR Real mmx::solver_cffirst::first_root_approximate ( )
TMPLR Real mmx::solver_cffirst::first_root_floor ( )
TMPLR Interval< Real > mmx::solver_cffirst::first_root_isolate ( )

Member Data Documentation

Real mmx::solver_cffirst::eps
interval_rep<POL> mmx::solver_cffirst::ir

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