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 268 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 290 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 300 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 310 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 332 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 342 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 352 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 374 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 384 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 394 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 416 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 426 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::exp | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 436 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::log | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 445 of file Sacado_PCE_OrthogPolyImp.hpp.
void Sacado::PCE::log | ( | OrthogPoly< T, Storage > & | c, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 460 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::log10 | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 468 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sqrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 477 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cbrt | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 486 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 495 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::pow | ( | const T & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 517 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::pow | ( | const OrthogPoly< T, Storage > & | a, |
const T & | b | ||
) |
Definition at line 527 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 537 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 546 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::tan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 555 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::sinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 564 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::cosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 573 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::tanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 582 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::acos | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 591 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::asin | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 600 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::atan | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 609 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::acosh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 618 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::asinh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 627 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::atanh | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 636 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::fabs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 645 of file Sacado_PCE_OrthogPolyImp.hpp.
OrthogPoly<T,Storage> Sacado::PCE::abs | ( | const OrthogPoly< T, Storage > & | a | ) |
Definition at line 654 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 663 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 685 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 695 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 705 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 727 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 737 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator== | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 747 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 759 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 772 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator!= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 785 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 793 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 801 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator<= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 809 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 817 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 825 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator>= | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 833 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 841 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 849 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator< | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 857 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 865 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 873 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::operator> | ( | const OrthogPoly< T, Storage > & | a, |
const OrthogPoly< T, Storage > & | b | ||
) |
Definition at line 881 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 889 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 897 of file Sacado_PCE_OrthogPolyImp.hpp.
bool Sacado::PCE::toBool | ( | const OrthogPoly< T, Storage > & | x | ) |
Definition at line 904 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 913 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 920 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 928 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 936 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 943 of file Sacado_PCE_OrthogPolyImp.hpp.
|
inline |
Definition at line 951 of file Sacado_PCE_OrthogPolyImp.hpp.
std::ostream& Sacado::PCE::operator<< | ( | std::ostream & | os, |
const OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 959 of file Sacado_PCE_OrthogPolyImp.hpp.
std::istream& Sacado::PCE::operator>> | ( | std::istream & | is, |
OrthogPoly< T, Storage > & | a | ||
) |
Definition at line 975 of file Sacado_PCE_OrthogPolyImp.hpp.