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< UnaryMinusOp< 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
 

Detailed Description

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

Definition at line 139 of file Sacado_CacheFad_Ops.hpp.

Member Typedef Documentation

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

Definition at line 142 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 143 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 144 of file Sacado_CacheFad_Ops.hpp.

Constructor & Destructor Documentation

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

Definition at line 147 of file Sacado_CacheFad_Ops.hpp.

Member Function Documentation

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

Definition at line 150 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 153 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 156 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 161 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 166 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 171 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 176 of file Sacado_CacheFad_Ops.hpp.

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

Definition at line 181 of file Sacado_CacheFad_Ops.hpp.

Member Data Documentation

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

Definition at line 187 of file Sacado_CacheFad_Ops.hpp.


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