33 #ifndef SACADO_FAD_EXPRESSION_HPP
34 #define SACADO_FAD_EXPRESSION_HPP
63 template <
typename ExprT,
typename Spec>
69 template <
typename ExprT,
typename Spec>
82 static const unsigned value = 0;
94 static const bool value =
false;
106 template <
typename ConstT>
141 template <
typename T>
146 template <
typename T>
151 template <
typename T>
160 #endif // SACADO_FAD_EXPRESSION_HPP
Wrapper for a generic expression template.
SACADO_INLINE_FUNCTION ConstExpr(const ConstT &constant)
Constructor.
ScalarType< value_type >::type scalar_type
Typename of scalar's (which may be different from ConstT)
Constant expression template.
SACADO_INLINE_FUNCTION const ConstT & val() const
Return value of operation.
const ConstT & constant_
The constant.
Determine whether a given type is an expression.
SACADO_INLINE_FUNCTION const ConstT & val(int j) const
Return value of operation.
Meta-function for determining concrete base expression.
Get the base Fad type from a view/expression.
ConstT base_expr_type
Typename of base-expressions.
Meta-function for determining nesting with an expression.
static const unsigned value
ConstT value_type
Typename of argument values.
#define SACADO_INLINE_FUNCTION
Fad::Expr< T >::base_expr_type type
Fad::ConstExpr< T >::value_type type
Base template specification for ValueType.