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

#include <Sacado_Fad_Ops.hpp>

Inheritance diagram for Sacado::Fad::Expr< PowerOp< ConstExpr< T1 >, ExprT2, PowerImpl::NestedSimd >, ExprSpecDefault >:

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

SACADO_INLINE_FUNCTION Expr (const ConstT &c_, const ExprT2 &expr2_)
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

ConstT c
const ExprT2 & expr2

Detailed Description

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

Definition at line 2019 of file Sacado_Fad_Ops.hpp.

Member Typedef Documentation

◆ ConstT

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

Definition at line 2024 of file Sacado_Fad_Ops.hpp.

◆ ExprT1

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

Definition at line 2025 of file Sacado_Fad_Ops.hpp.

◆ value_type_1

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

Definition at line 2026 of file Sacado_Fad_Ops.hpp.

◆ value_type_2

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

Definition at line 2027 of file Sacado_Fad_Ops.hpp.

◆ value_type

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

Definition at line 2029 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_1

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

Definition at line 2031 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_2

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

Definition at line 2032 of file Sacado_Fad_Ops.hpp.

◆ scalar_type

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

Definition at line 2034 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_1

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

Definition at line 2036 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_2

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

Definition at line 2037 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type

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

Definition at line 2039 of file Sacado_Fad_Ops.hpp.

Constructor & Destructor Documentation

◆ Expr()

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

Definition at line 2043 of file Sacado_Fad_Ops.hpp.

Member Function Documentation

◆ size()

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

Definition at line 2047 of file Sacado_Fad_Ops.hpp.

◆ hasFastAccess()

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

Definition at line 2052 of file Sacado_Fad_Ops.hpp.

◆ isPassive()

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

Definition at line 2057 of file Sacado_Fad_Ops.hpp.

◆ updateValue()

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

Definition at line 2062 of file Sacado_Fad_Ops.hpp.

◆ cache()

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

Definition at line 2065 of file Sacado_Fad_Ops.hpp.

◆ val()

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

Definition at line 2068 of file Sacado_Fad_Ops.hpp.

◆ dx()

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

Definition at line 2074 of file Sacado_Fad_Ops.hpp.

◆ fastAccessDx()

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

Definition at line 2080 of file Sacado_Fad_Ops.hpp.

Member Data Documentation

◆ c

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

Definition at line 2087 of file Sacado_Fad_Ops.hpp.

◆ expr2

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

Definition at line 2088 of file Sacado_Fad_Ops.hpp.


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