Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::CacheFad::Expr< FAbsOp< ExprT > > Class Template Reference

#include <Sacado_CacheFad_Ops.hpp>

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

KOKKOS_INLINE_FUNCTION Expr (const ExprT &expr_)
 
KOKKOS_INLINE_FUNCTION int size () const
 
KOKKOS_INLINE_FUNCTION bool updateValue () const
 
KOKKOS_INLINE_FUNCTION void cache () const
 
KOKKOS_INLINE_FUNCTION value_type val () const
 
KOKKOS_INLINE_FUNCTION bool isLinear () const
 
KOKKOS_INLINE_FUNCTION bool hasFastAccess () const
 
KOKKOS_INLINE_FUNCTION const
value_type 
dx (int i) const
 
KOKKOS_INLINE_FUNCTION const
value_type 
fastAccessDx (int i) const
 

Protected Attributes

const ExprT & expr
 
value_type v
 
bool v_pos
 

Detailed Description

template<typename ExprT>
class Sacado::CacheFad::Expr< FAbsOp< ExprT > >

Definition at line 281 of file Sacado_CacheFad_Ops.hpp.

Member Typedef Documentation

template<typename ExprT >
typedef ExprT::value_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::value_type

Definition at line 284 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
typedef ExprT::scalar_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::scalar_type

Definition at line 285 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
typedef ExprT::base_expr_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::base_expr_type

Definition at line 286 of file Sacado_CacheFad_Ops.hpp.

Constructor & Destructor Documentation

template<typename ExprT >
KOKKOS_INLINE_FUNCTION Sacado::CacheFad::Expr< FAbsOp< ExprT > >::Expr ( const ExprT &  expr_)
inlineexplicit

Definition at line 289 of file Sacado_CacheFad_Ops.hpp.

Member Function Documentation

template<typename ExprT >
KOKKOS_INLINE_FUNCTION int Sacado::CacheFad::Expr< FAbsOp< ExprT > >::size ( ) const
inline

Definition at line 292 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION bool Sacado::CacheFad::Expr< FAbsOp< ExprT > >::updateValue ( ) const
inline

Definition at line 295 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION void Sacado::CacheFad::Expr< FAbsOp< ExprT > >::cache ( ) const
inline

Definition at line 298 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION value_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::val ( ) const
inline

Definition at line 305 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION bool Sacado::CacheFad::Expr< FAbsOp< ExprT > >::isLinear ( ) const
inline

Definition at line 310 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION bool Sacado::CacheFad::Expr< FAbsOp< ExprT > >::hasFastAccess ( ) const
inline

Definition at line 315 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION const value_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::dx ( int  i) const
inline

Definition at line 320 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
KOKKOS_INLINE_FUNCTION const value_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::fastAccessDx ( int  i) const
inline

Definition at line 325 of file Sacado_CacheFad_Ops.hpp.

Member Data Documentation

template<typename ExprT >
const ExprT& Sacado::CacheFad::Expr< FAbsOp< ExprT > >::expr
protected

Definition at line 331 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
value_type Sacado::CacheFad::Expr< FAbsOp< ExprT > >::v
mutableprotected

Definition at line 332 of file Sacado_CacheFad_Ops.hpp.

template<typename ExprT >
bool Sacado::CacheFad::Expr< FAbsOp< ExprT > >::v_pos
mutableprotected

Definition at line 333 of file Sacado_CacheFad_Ops.hpp.


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