Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Classes | |
class | OrthogPoly |
struct | ScalarTraitsImp |
Implementation for Teuchos::ScalarTraits 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... | |
struct | ValueTypeConversionTraitsImp |
Implementation for Teuchos::ValueTypeConversionTraits 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 300 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 322 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 332 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 342 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 364 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 374 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 384 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 406 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 416 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 426 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 448 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 458 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::exp | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 468 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::log | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 477 of file Sacado_PCE_OrthogPolyImp.hpp.
void Sacado::PCE::log | ( | OrthogPoly< T, Storage > & | c, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 492 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::log10 | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 500 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::sqrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 509 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::cbrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 518 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 527 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::pow | ( | const T & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 549 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::pow | ( | const OrthogPoly< T, Storage > & | a, |
const T & | b | ||
) |
Definition at line 559 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::sin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 569 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::cos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 578 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::tan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 587 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::sinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 596 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::cosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 605 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::tanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 614 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::acos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 623 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::asin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 632 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::atan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 641 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::acosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 650 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::asinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 659 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::atanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 668 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::fabs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 677 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly< T, Storage > Sacado::PCE::abs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 686 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 695 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 717 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 727 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 737 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 759 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 769 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator== | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 779 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 791 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 804 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator!= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 817 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 825 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 833 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator<= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 840 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 848 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 856 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator>= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 865 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 873 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 881 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator< | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 888 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 896 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 904 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator> | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 913 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 921 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 929 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::toBool | ( | const OrthogPoly< T, Storage > & | x | ) |
Definition at line 936 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 945 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 952 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 960 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 968 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 975 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 983 of file Sacado_PCE_OrthogPolyImp.hpp.
std::ostream & Sacado::PCE::operator<< | ( | std::ostream & | os, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 990 of file Sacado_PCE_OrthogPolyImp.hpp.
std::istream & Sacado::PCE::operator>> | ( | std::istream & | is, |
OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 1007 of file Sacado_PCE_OrthogPolyImp.hpp.