#include "Sacado_DynamicArrayTraits.hpp"Include dependency graph for Sacado_PCE_OrthogPolyImp.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | Sacado |
| namespace | Sacado::PCE |
Functions | |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator+ (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator+ (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator+ (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator- (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator- (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator- (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator * (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator * (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator * (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator/ (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator/ (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::operator/ (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::exp (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::log (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::log10 (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::sqrt (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::pow (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::pow (const T &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::pow (const OrthogPoly< T > &a, const T &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::sin (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::cos (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::tan (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::sinh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::cosh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::tanh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::acos (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::asin (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::atan (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::acosh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::asinh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::atanh (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::fabs (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::abs (const OrthogPoly< T > &a) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::max (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::max (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::max (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::min (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::min (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| OrthogPoly< T > | Sacado::PCE::min (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator== (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator== (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator== (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator!= (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator!= (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator!= (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator<= (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator<= (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator<= (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator>= (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator>= (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator>= (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator< (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator< (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator< (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator> (const OrthogPoly< T > &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator> (const typename OrthogPoly< T >::value_type &a, const OrthogPoly< T > &b) |
| template<typename T> | |
| bool | Sacado::PCE::operator> (const OrthogPoly< T > &a, const typename OrthogPoly< T >::value_type &b) |
| template<typename T> | |
| std::ostream & | Sacado::PCE::operator<< (std::ostream &os, const OrthogPoly< T > &a) |
1.4.7