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< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault > Class Template Reference

#include <Sacado_Fad_Ops.hpp>

Public Types

typedef ConstExpr< T1ConstT
 
typedef ConstExpr< T1ExprT1
 
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 ConstT &c_, const ExprT2 &expr2_)
 
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

ConstT c
 
const ExprT2 & expr2
 

Detailed Description

template<typename T1, typename ExprT2>
class Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >

Definition at line 1541 of file Sacado_Fad_Ops.hpp.

Member Typedef Documentation

template<typename T1 , typename ExprT2 >
typedef ConstExpr<T1> Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::ConstT

Definition at line 1545 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ConstExpr<T1> Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::ExprT1

Definition at line 1546 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT1::value_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::value_type_1

Definition at line 1547 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT2::value_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::value_type_2

Definition at line 1548 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef Sacado::Promote<value_type_1, value_type_2>::type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::value_type

Definition at line 1550 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT1::scalar_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::scalar_type_1

Definition at line 1552 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT2::scalar_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::scalar_type_2

Definition at line 1553 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef Sacado::Promote<scalar_type_1, scalar_type_2>::type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::scalar_type

Definition at line 1555 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT1::base_expr_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::base_expr_type_1

Definition at line 1557 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef ExprT2::base_expr_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::base_expr_type_2

Definition at line 1558 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
typedef Sacado::Promote<base_expr_type_1, base_expr_type_2>::type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::base_expr_type

Definition at line 1560 of file Sacado_Fad_Ops.hpp.

Constructor & Destructor Documentation

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::Expr ( const ConstT c_,
const ExprT2 &  expr2_ 
)
inline

Definition at line 1564 of file Sacado_Fad_Ops.hpp.

Member Function Documentation

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION int Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::size ( ) const
inline

Definition at line 1568 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::hasFastAccess ( ) const
inline

Definition at line 1573 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::isPassive ( ) const
inline

Definition at line 1578 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION bool Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::updateValue ( ) const
inline

Definition at line 1583 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION void Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::cache ( ) const
inline

Definition at line 1586 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::val ( ) const
inline

Definition at line 1589 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::dx ( int  i) const
inline

Definition at line 1595 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
KOKKOS_INLINE_FUNCTION const value_type Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::fastAccessDx ( int  i) const
inline

Definition at line 1601 of file Sacado_Fad_Ops.hpp.

Member Data Documentation

template<typename T1 , typename ExprT2 >
ConstT Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::c
protected

Definition at line 1608 of file Sacado_Fad_Ops.hpp.

template<typename T1 , typename ExprT2 >
const ExprT2& Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, false >, ExprSpecDefault >::expr2
protected

Definition at line 1609 of file Sacado_Fad_Ops.hpp.


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