|
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< T > | boost::math::tools::operator+ (const polynomial< T > &a, const polynomial< T > &b) |
|
template<class T > |
polynomial< T > | boost::math::tools::operator- (const polynomial< T > &a, const polynomial< T > &b) |
|
template<class T > |
polynomial< T > | boost::math::tools::operator* (const polynomial< T > &a, const polynomial< T > &b) |
|
template<class T , class U > |
polynomial< T > | boost::math::tools::operator+ (const polynomial< T > &a, const U &b) |
|
template<class T , class U > |
polynomial< T > | boost::math::tools::operator- (const polynomial< T > &a, const U &b) |
|
template<class T , class U > |
polynomial< T > | boost::math::tools::operator* (const polynomial< T > &a, const U &b) |
|
template<class U , class T > |
polynomial< T > | boost::math::tools::operator+ (const U &a, const polynomial< T > &b) |
|
template<class U , class T > |
polynomial< T > | boost::math::tools::operator- (const U &a, const polynomial< T > &b) |
|
template<class U , class T > |
polynomial< T > | boost::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) |
|