Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Classes | |
class | OrthogPoly |
struct | ScalarTraitsImp |
Implementation for Teuchos::ScalarTraits for all PCE types. More... | |
struct | ValueTypeConversionTraitsImp |
Implementation for Teuchos::ValueTypeConversionTraits for all PCE types. More... | |
class | SerializationTraitsImp |
Implementation of Teuchos::SerializationTraits for all PCE types. More... | |
class | SerializerImp |
Serializer object for all PCE types. More... | |
Functions | |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator+ (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator+ (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator+ (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator- (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator- (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator- (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator* (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator* (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator* (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator/ (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator/ (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | operator/ (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | exp (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | log (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
void | log (OrthogPoly< T, Storage > &c, const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | log10 (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | sqrt (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | cbrt (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | pow (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | pow (const T &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | pow (const OrthogPoly< T, Storage > &a, const T &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | sin (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | cos (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | tan (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | sinh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | cosh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | tanh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | acos (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | asin (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | atan (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | acosh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | asinh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | atanh (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | fabs (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | abs (const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | max (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | max (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | max (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | min (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | min (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
OrthogPoly< T, Storage > | min (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator== (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator== (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator== (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator!= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator!= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator!= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator<= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator<= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator<= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator>= (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator>= (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator>= (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator< (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator< (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator< (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator> (const OrthogPoly< T, Storage > &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator> (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &b) |
template<typename T , typename Storage > | |
bool | operator> (const OrthogPoly< T, Storage > &a, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | toBool (const OrthogPoly< T, Storage > &x) |
template<typename T , typename Storage > | |
bool | operator&& (const OrthogPoly< T, Storage > &x1, const OrthogPoly< T, Storage > &x2) |
template<typename T , typename Storage > | |
bool | operator&& (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &x2) |
template<typename T , typename Storage > | |
bool | operator&& (const OrthogPoly< T, Storage > &x1, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
bool | operator|| (const OrthogPoly< T, Storage > &x1, const OrthogPoly< T, Storage > &x2) |
template<typename T , typename Storage > | |
bool | operator|| (const typename OrthogPoly< T, Storage >::value_type &a, const OrthogPoly< T, Storage > &x2) |
template<typename T , typename Storage > | |
bool | operator|| (const OrthogPoly< T, Storage > &x1, const typename OrthogPoly< T, Storage >::value_type &b) |
template<typename T , typename Storage > | |
std::ostream & | operator<< (std::ostream &os, const OrthogPoly< T, Storage > &a) |
template<typename T , typename Storage > | |
std::istream & | operator>> (std::istream &is, OrthogPoly< T, Storage > &a) |
OrthogPoly<T,Storage> Sacado::PCE::operator+ | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 293 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator+ | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 315 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator+ | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 325 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator- | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 335 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator- | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 357 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator- | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 367 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator* | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 377 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator* | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 399 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator* | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 409 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator/ | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 419 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator/ | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 441 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::operator/ | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 451 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::exp | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 461 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::log | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 470 of file Sacado_PCE_OrthogPolyImp.hpp.
void Sacado::PCE::log | ( | OrthogPoly< T, Storage > & | c, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 485 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::log10 | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 493 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sqrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 502 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cbrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 511 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::pow | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 520 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::pow | ( | const T & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 542 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::pow | ( | const OrthogPoly< T, Storage > & | a, |
const T & | b | ||
) |
Definition at line 552 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 562 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 571 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::tan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 580 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 589 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 598 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::tanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 607 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::acos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 616 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::asin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 625 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::atan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 634 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::acosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 643 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::asinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 652 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::atanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 661 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::fabs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 670 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::abs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 679 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::max | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 688 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::max | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 710 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::max | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 720 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::min | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 730 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::min | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 752 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::min | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 762 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator== | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 772 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator== | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 784 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator== | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 797 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator!= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 810 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator!= | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 818 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator!= | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 826 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator<= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 834 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator<= | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 842 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator<= | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 850 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator>= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 858 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator>= | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 866 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator>= | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 874 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator< | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 882 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator< | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 890 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator< | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 898 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator> | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 906 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator> | ( | const typename OrthogPoly< T, Storage >::value_type & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 914 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator> | ( | const OrthogPoly< T, Storage > & | a, |
const typename OrthogPoly< T, Storage >::value_type & | b | ||
) |
Definition at line 922 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::toBool | ( | const OrthogPoly< T, Storage > & | x | ) |
Definition at line 929 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 938 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 945 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 953 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 961 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 968 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 976 of file Sacado_PCE_OrthogPolyImp.hpp.
std::ostream& Sacado::PCE::operator<< | ( | std::ostream & | os, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 984 of file Sacado_PCE_OrthogPolyImp.hpp.
std::istream& Sacado::PCE::operator>> | ( | std::istream & | is, |
OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 1000 of file Sacado_PCE_OrthogPolyImp.hpp.