Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
polynomial.hpp File Reference
#include <boost/assert.hpp>
#include <boost/math/tools/rational.hpp>
#include <boost/math/tools/real_cast.hpp>
#include <boost/math/special_functions/binomial.hpp>
#include <vector>
#include <ostream>
#include <algorithm>
Include dependency graph for polynomial.hpp:

Classes

class  boost::math::tools::polynomial< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::tools
 

Functions

template<class T >
T boost::math::tools::chebyshev_coefficient (unsigned n, unsigned m)
 
template<class Seq >
Seq boost::math::tools::polynomial_to_chebyshev (const Seq &s)
 
template<class Seq , class T >
T boost::math::tools::evaluate_chebyshev (const Seq &a, const T &x)
 
template<class T >
polynomial< Tboost::math::tools::operator+ (const polynomial< T > &a, const polynomial< T > &b)
 
template<class T >
polynomial< Tboost::math::tools::operator- (const polynomial< T > &a, const polynomial< T > &b)
 
template<class T >
polynomial< Tboost::math::tools::operator* (const polynomial< T > &a, const polynomial< T > &b)
 
template<class T , class U >
polynomial< Tboost::math::tools::operator+ (const polynomial< T > &a, const U &b)
 
template<class T , class U >
polynomial< Tboost::math::tools::operator- (const polynomial< T > &a, const U &b)
 
template<class T , class U >
polynomial< Tboost::math::tools::operator* (const polynomial< T > &a, const U &b)
 
template<class U , class T >
polynomial< Tboost::math::tools::operator+ (const U &a, const polynomial< T > &b)
 
template<class U , class T >
polynomial< Tboost::math::tools::operator- (const U &a, const polynomial< T > &b)
 
template<class U , class T >
polynomial< Tboost::math::tools::operator* (const U &a, const polynomial< T > &b)
 
template<class charT , class traits , class T >
std::basic_ostream< charT,
traits > & 
boost::math::tools::operator<< (std::basic_ostream< charT, traits > &os, const polynomial< T > &poly)