Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, PowerImpl::Simd >, ExprSpecDefault > Class Template Reference

#include <Sacado_Fad_Ops.hpp>

Inheritance diagram for Sacado::Fad::Expr< PowerOp< ExprT1, ConstExpr< T2 >, PowerImpl::Simd >, ExprSpecDefault >:

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

SACADO_INLINE_FUNCTION Expr (const ExprT1 &expr1_, const ConstT &c_)
SACADO_INLINE_FUNCTION int size () const
SACADO_INLINE_FUNCTION bool hasFastAccess () const
SACADO_INLINE_FUNCTION bool isPassive () const
SACADO_INLINE_FUNCTION bool updateValue () const
SACADO_INLINE_FUNCTION void cache () const
SACADO_INLINE_FUNCTION const value_type val () const
SACADO_INLINE_FUNCTION const value_type dx (int i) const
SACADO_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 >, PowerImpl::Simd >, ExprSpecDefault >

Definition at line 1248 of file Sacado_Fad_Ops.hpp.

Member Typedef Documentation

◆ ConstT

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

Definition at line 1253 of file Sacado_Fad_Ops.hpp.

◆ ExprT2

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

Definition at line 1254 of file Sacado_Fad_Ops.hpp.

◆ value_type_1

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

Definition at line 1255 of file Sacado_Fad_Ops.hpp.

◆ value_type_2

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

Definition at line 1256 of file Sacado_Fad_Ops.hpp.

◆ value_type

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

Definition at line 1258 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_1

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

Definition at line 1260 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_2

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

Definition at line 1261 of file Sacado_Fad_Ops.hpp.

◆ scalar_type

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

Definition at line 1263 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_1

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

Definition at line 1265 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_2

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

Definition at line 1266 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type

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

Definition at line 1268 of file Sacado_Fad_Ops.hpp.

Constructor & Destructor Documentation

◆ Expr()

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

Definition at line 1271 of file Sacado_Fad_Ops.hpp.

Member Function Documentation

◆ size()

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

Definition at line 1275 of file Sacado_Fad_Ops.hpp.

◆ hasFastAccess()

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

Definition at line 1280 of file Sacado_Fad_Ops.hpp.

◆ isPassive()

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

Definition at line 1285 of file Sacado_Fad_Ops.hpp.

◆ updateValue()

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

Definition at line 1290 of file Sacado_Fad_Ops.hpp.

◆ cache()

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

Definition at line 1293 of file Sacado_Fad_Ops.hpp.

◆ val()

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

Definition at line 1296 of file Sacado_Fad_Ops.hpp.

◆ dx()

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

Definition at line 1302 of file Sacado_Fad_Ops.hpp.

◆ fastAccessDx()

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

Definition at line 1310 of file Sacado_Fad_Ops.hpp.

Member Data Documentation

◆ expr1

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

Definition at line 1319 of file Sacado_Fad_Ops.hpp.

◆ c

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

Definition at line 1320 of file Sacado_Fad_Ops.hpp.


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