|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_cmath.hpp"#include <ostream>
Go to the source code of this file.
Namespaces | |
| Sacado | |
| Sacado::ETPCE | |
Macros | |
| #define | LINEAR_PCE_UNARYOP_MACRO(OPNAME, OP, OPER) |
| #define | NONLINEAR_PCE_UNARYOP_MACRO(OPNAME, OP, OPER) |
| #define | LINEAR_PCE_BINARYOP_MACRO(OPNAME, OP, OPER) |
| #define | NONLINEAR_PCE_BINARYOP_MACRO(OPNAME, OP, OPER) |
| #define | PCE_RELOP_MACRO(OP) |
| #define | PCE_BOOL_MACRO(OP) |
Functions | |
| template<typename T1 , typename T2 > | |
| Expr< MultiplicationOp< Expr < T1 >, Expr< T2 > > > | Sacado::ETPCE::operator* (const Expr< T1 > &expr1, const Expr< T2 > &expr2) |
| template<typename T > | |
| Expr< MultiplicationOp< Expr < T >, Expr< T > > > | Sacado::ETPCE::operator* (const Expr< T > &expr1, const Expr< T > &expr2) |
| template<typename T > | |
| Expr< MultiplicationOp < typename Expr< T > ::value_type, Expr< T > > > | Sacado::ETPCE::operator* (const typename Expr< T >::value_type &c, const Expr< T > &expr) |
| template<typename T > | |
| Expr< MultiplicationOp< Expr < T >, typename Expr< T > ::value_type > > | Sacado::ETPCE::operator* (const Expr< T > &expr, const typename Expr< T >::value_type &c) |
| template<typename T1 , typename T2 > | |
| Expr< DivisionOp< Expr< T1 > , Expr< T2 > > > | Sacado::ETPCE::operator/ (const Expr< T1 > &expr1, const Expr< T2 > &expr2) |
| template<typename T > | |
| Expr< DivisionOp< Expr< T > , Expr< T > > > | Sacado::ETPCE::operator/ (const Expr< T > &expr1, const Expr< T > &expr2) |
| template<typename T > | |
| Expr< DivisionOp< typename Expr< T >::value_type, Expr< T > > > | Sacado::ETPCE::operator/ (const typename Expr< T >::value_type &c, const Expr< T > &expr) |
| template<typename T > | |
| Expr< DivisionOp< Expr< T > , typename Expr< T > ::value_type > > | Sacado::ETPCE::operator/ (const Expr< T > &expr, const typename Expr< T >::value_type &c) |
| template<typename ExprT > | |
| bool | Sacado::ETPCE::operator! (const Expr< ExprT > &expr) |
| template<typename ExprT > | |
| bool | Sacado::ETPCE::toBool (const Expr< ExprT > &x) |
| template<typename ExprT > | |
| std::ostream & | Sacado::ETPCE::operator<< (std::ostream &os, const Expr< ExprT > &x) |
Definition at line 48 of file Sacado_ETPCE_OrthogPolyOps.hpp.
Definition at line 126 of file Sacado_ETPCE_OrthogPolyOps.hpp.
Definition at line 236 of file Sacado_ETPCE_OrthogPolyOps.hpp.
Definition at line 514 of file Sacado_ETPCE_OrthogPolyOps.hpp.
| #define PCE_RELOP_MACRO | ( | OP | ) |
Definition at line 1373 of file Sacado_ETPCE_OrthogPolyOps.hpp.
| #define PCE_BOOL_MACRO | ( | OP | ) |
Definition at line 1446 of file Sacado_ETPCE_OrthogPolyOps.hpp.
1.8.5