Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_Traits.hpp"
Go to the source code of this file.
Classes | |
class | Sacado::Tay::Expr< ExprT > |
Wrapper for a generic expression template. More... | |
class | Sacado::Tay::ConstExpr< ConstT > |
Constant expression template. More... | |
class | Sacado::Tay::UnaryExpr< ExprT, Op > |
Unary expression template. More... | |
class | Sacado::Tay::BinaryExpr< ExprT1, ExprT2, Op > |
Binary expression template. More... | |
class | Sacado::Tay::BinaryExpr< ConstExpr< typename ExprT2::value_type >, ExprT2, Op > |
Binary expression template with first argument constant. More... | |
class | Sacado::Tay::BinaryExpr< ExprT1, ConstExpr< typename ExprT1::value_type >, Op > |
Binary expression template with second argument constant. More... | |
struct | Sacado::IsExpr< Tay::Expr< T > > |
struct | Sacado::BaseExprType< Tay::Expr< T > > |
Namespaces | |
Sacado | |
Sacado::Tay | |
Namespace for Taylor polynomial AD classes. | |