BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polynomial/internal/Rational/Evaluate_polynomial.h File Reference
#include <CGAL/Polynomial/basic.h>
#include <vector>
Include dependency graph for Evaluate_polynomial.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Evaluate_polynomial< K, NT >

Functions

CGAL_POLYNOMIAL_BEGIN_INTERNAL_NAMESPACE
double 
evaluate_polynomial (const double *b, const double *e, double t)
template<class NT >
NT evaluate_polynomial (const std::vector< NT > &coefs, const NT &t)
double evaluate_polynomial (const std::vector< double > &coefs, double t)

Function Documentation

CGAL_POLYNOMIAL_BEGIN_INTERNAL_NAMESPACE double evaluate_polynomial ( const double *  b,
const double *  e,
double  t 
)

Here is the caller graph for this function:

template<class NT >
NT evaluate_polynomial ( const std::vector< NT > &  coefs,
const NT &  t 
) [inline]
double evaluate_polynomial ( const std::vector< double > &  coefs,
double  t 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines