BWAPI
Classes | Defines | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/CORE/poly/Sturm.h File Reference
#include "CGAL/CORE/BigFloat.h"
#include "CGAL/CORE/Expr.h"
#include "CGAL/CORE/poly/Poly.h"
Include dependency graph for Sturm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sturm< NT >

Defines

#define NO_STEPS   2

Functions

CORE_INLINE bool isZeroIn (BFInterval I)
template<class NT >
CORE_INLINE void testSturm (const Polynomial< NT > &P, int prec, int n=-1)
template<class NT >
CORE_INLINE void testNewtonSturm (const Polynomial< NT > &P, int prec, int n=-1)

Define Documentation

#define NO_STEPS   2

Function Documentation

template<class NT >
CORE_INLINE void testNewtonSturm ( const Polynomial< NT > &  P,
int  prec,
int  n = -1 
)

Here is the call graph for this function:

template<class NT >
CORE_INLINE void testSturm ( const Polynomial< NT > &  P,
int  prec,
int  n = -1 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines