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::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault > Class Template Reference

#include <Sacado_Fad_Ops.hpp>

Public Types

typedef ConstExpr< T2ConstT
 
typedef ConstExpr< T2ExprT2
 
typedef ExprT1::value_type value_type_1
 
typedef ExprT2::value_type value_type_2
 
typedef Sacado::Promote
< value_type_1, value_type_2 >
::type 
value_type
 
typedef ExprT1::scalar_type scalar_type_1
 
typedef ExprT2::scalar_type scalar_type_2
 
typedef Sacado::Promote
< scalar_type_1, scalar_type_2 >
::type 
scalar_type
 
typedef ExprT1::base_expr_type base_expr_type_1
 
typedef ExprT2::base_expr_type base_expr_type_2
 
typedef Sacado::Promote
< base_expr_type_1,
base_expr_type_2 >::type 
base_expr_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION Expr (const ExprT1 &expr1_, const ConstT &c_)
 
KOKKOS_INLINE_FUNCTION int size () const
 
KOKKOS_INLINE_FUNCTION bool hasFastAccess () const
 
KOKKOS_INLINE_FUNCTION bool isPassive () const
 
KOKKOS_INLINE_FUNCTION bool updateValue () const
 
KOKKOS_INLINE_FUNCTION void cache () const
 
KOKKOS_INLINE_FUNCTION const
value_type 
val () const
 
KOKKOS_INLINE_FUNCTION const
value_type 
dx (int i) const
 
KOKKOS_INLINE_FUNCTION const
value_type 
fastAccessDx (int i) const
 

Protected Attributes

const ExprT1 & expr1
 
ConstT c
 

Detailed Description

template<typename ExprT1, typename T2>
class Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >

Definition at line 1242 of file Sacado_Fad_Ops.hpp.

Member Typedef Documentation

template<typename ExprT1 , typename T2 >
typedef ConstExpr<T2> Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::ConstT

Definition at line 1246 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ConstExpr<T2> Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::ExprT2

Definition at line 1247 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT1::value_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::value_type_1

Definition at line 1248 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT2::value_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::value_type_2

Definition at line 1249 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::value_type

Definition at line 1251 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT1::scalar_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::scalar_type_1

Definition at line 1253 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT2::scalar_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::scalar_type_2

Definition at line 1254 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef Sacado::Promote<scalar_type_1, scalar_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::scalar_type

Definition at line 1256 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT1::base_expr_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::base_expr_type_1

Definition at line 1258 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef ExprT2::base_expr_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::base_expr_type_2

Definition at line 1259 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
typedef Sacado::Promote<base_expr_type_1, base_expr_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::base_expr_type

Definition at line 1261 of file Sacado_Fad_Ops.hpp.

Constructor & Destructor Documentation

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::Expr ( const ExprT1 &  expr1_,
const ConstT c_ 
)
inline

Definition at line 1264 of file Sacado_Fad_Ops.hpp.

Member Function Documentation

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION int Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::size ( ) const
inline

Definition at line 1268 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::hasFastAccess ( ) const
inline

Definition at line 1273 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::isPassive ( ) const
inline

Definition at line 1278 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::updateValue ( ) const
inline

Definition at line 1283 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION void Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::cache ( ) const
inline

Definition at line 1286 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::val ( ) const
inline

Definition at line 1289 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::dx ( int  i) const
inline

Definition at line 1295 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::fastAccessDx ( int  i) const
inline

Definition at line 1303 of file Sacado_Fad_Ops.hpp.

Member Data Documentation

template<typename ExprT1 , typename T2 >
const ExprT1& Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::expr1
protected

Definition at line 1312 of file Sacado_Fad_Ops.hpp.

template<typename ExprT1 , typename T2 >
ConstT Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, true >, ExprSpecDefault >::c
protected

Definition at line 1313 of file Sacado_Fad_Ops.hpp.


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