Sacado  Development
Public Types | Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Sacado::ELRFad::Expr< UnaryPlusOp< ExprT > > Class Template Reference

Public Types

typedef ExprT::value_type value_type
 
typedef ExprT::scalar_type scalar_type
 
typedef ExprT::base_expr_type base_expr_type
 

Public Member Functions

 Expr (const ExprT &expr_)
 
KOKKOS_INLINE_FUNCTION int size () const
 
template<int Arg>
KOKKOS_INLINE_FUNCTION bool isActive () const
 
KOKKOS_INLINE_FUNCTION bool isActive2 (int j) const
 
KOKKOS_INLINE_FUNCTION bool updateValue () const
 
KOKKOS_INLINE_FUNCTION void cache () const
 
KOKKOS_INLINE_FUNCTION value_type val () const
 
KOKKOS_INLINE_FUNCTION void computePartials (const value_type &bar, value_type partials[]) const
 
KOKKOS_INLINE_FUNCTION void getTangents (int i, value_type dots[]) const
 
template<int Arg>
const KOKKOS_INLINE_FUNCTION value_type & getTangent (int i) const
 
KOKKOS_INLINE_FUNCTION bool isLinear () const
 
KOKKOS_INLINE_FUNCTION bool hasFastAccess () const
 
const KOKKOS_INLINE_FUNCTION value_type dx (int i) const
 
const KOKKOS_INLINE_FUNCTION value_type fastAccessDx (int i) const
 
const KOKKOS_INLINE_FUNCTION value_type * getDx (int j) const
 
KOKKOS_INLINE_FUNCTION int numActiveArgs () const
 
KOKKOS_INLINE_FUNCTION void computeActivePartials (const value_type &bar, value_type *partials) const
 

Static Public Attributes

static const int num_args = ExprT::num_args
 
static const bool is_linear = true
 

Protected Attributes

const ExprT & expr
 

The documentation for this class was generated from the following file: