Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Sacado_PCE_OrthogPolyImp.hpp File Reference
#include "Sacado_DynamicArrayTraits.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Stokhos_ConstantOrthogPolyExpansion.hpp"
Include dependency graph for Sacado_PCE_OrthogPolyImp.hpp:

Go to the source code of this file.

Namespaces

 Sacado
 
 Sacado::PCE
 

Functions

template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator+ (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator+ (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator+ (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator- (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator- (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator- (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator* (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator* (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator* (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator/ (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator/ (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::operator/ (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::exp (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::log (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
void Sacado::PCE::log (OrthogPoly< T, Storage > &c, const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::log10 (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::sqrt (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::cbrt (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::pow (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::pow (const T &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::pow (const OrthogPoly< T, Storage > &a, const T &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::sin (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::cos (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::tan (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::sinh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::cosh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::tanh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::acos (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::asin (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::atan (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::acosh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::asinh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::atanh (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::fabs (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::abs (const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::max (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::max (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::max (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::min (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::min (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
OrthogPoly< T, StorageSacado::PCE::min (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator== (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator== (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator== (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator!= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator!= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator!= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator<= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator<= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator<= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator>= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator>= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator>= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator< (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator< (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator< (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator> (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator> (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator> (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::toBool (const OrthogPoly< T, Storage > &x)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator&& (const OrthogPoly< T, Storage > &x1, const OrthogPoly< T, Storage > &x2)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator&& (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &x2)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator&& (const OrthogPoly< T, Storage > &x1, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator|| (const OrthogPoly< T, Storage > &x1, const OrthogPoly< T, Storage > &x2)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator|| (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &x2)
 
template<typename T , typename Storage >
bool Sacado::PCE::operator|| (const OrthogPoly< T, Storage > &x1, const typename OrthogPoly< T, Storage >::value_type &b)
 
template<typename T , typename Storage >
std::ostream & Sacado::PCE::operator<< (std::ostream &os, const OrthogPoly< T, Storage > &a)
 
template<typename T , typename Storage >
std::istream & Sacado::PCE::operator>> (std::istream &is, OrthogPoly< T, Storage > &a)