Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault > Class Template Reference

#include <Sacado_Fad_Ops.hpp>

Public Types

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

const ExprT1 & expr1
 
const ExprT2 & expr2
 

Detailed Description

template<typename ExprT1, typename ExprT2>
class Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >

Definition at line 1403 of file Sacado_Fad_Ops.hpp.

Member Typedef Documentation

◆ value_type_1

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

Definition at line 1408 of file Sacado_Fad_Ops.hpp.

◆ value_type_2

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

Definition at line 1409 of file Sacado_Fad_Ops.hpp.

◆ value_type

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<value_type_1,value_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::value_type

Definition at line 1411 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_1

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

Definition at line 1413 of file Sacado_Fad_Ops.hpp.

◆ scalar_type_2

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

Definition at line 1414 of file Sacado_Fad_Ops.hpp.

◆ scalar_type

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<scalar_type_1,scalar_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::scalar_type

Definition at line 1416 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_1

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

Definition at line 1418 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type_2

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

Definition at line 1419 of file Sacado_Fad_Ops.hpp.

◆ base_expr_type

template<typename ExprT1 , typename ExprT2 >
typedef Sacado::Promote<base_expr_type_1,base_expr_type_2>::type Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::base_expr_type

Definition at line 1421 of file Sacado_Fad_Ops.hpp.

Constructor & Destructor Documentation

◆ Expr()

template<typename ExprT1 , typename ExprT2 >
SACADO_INLINE_FUNCTION Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::Expr ( const ExprT1 &  expr1_,
const ExprT2 &  expr2_ 
)
inline

Definition at line 1424 of file Sacado_Fad_Ops.hpp.

Member Function Documentation

◆ size()

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

Definition at line 1428 of file Sacado_Fad_Ops.hpp.

◆ hasFastAccess()

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

Definition at line 1434 of file Sacado_Fad_Ops.hpp.

◆ isPassive()

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

Definition at line 1439 of file Sacado_Fad_Ops.hpp.

◆ updateValue()

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

Definition at line 1444 of file Sacado_Fad_Ops.hpp.

◆ cache()

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

Definition at line 1449 of file Sacado_Fad_Ops.hpp.

◆ val()

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

Definition at line 1452 of file Sacado_Fad_Ops.hpp.

◆ dx()

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

Definition at line 1458 of file Sacado_Fad_Ops.hpp.

◆ fastAccessDx()

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

Definition at line 1472 of file Sacado_Fad_Ops.hpp.

Member Data Documentation

◆ expr1

template<typename ExprT1 , typename ExprT2 >
const ExprT1& Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::expr1
protected

Definition at line 1479 of file Sacado_Fad_Ops.hpp.

◆ expr2

template<typename ExprT1 , typename ExprT2 >
const ExprT2& Sacado::Fad::Expr< PowerOp< ExprT1, ExprT2, PowerImpl::Scalar >, ExprSpecDefault >::expr2
protected

Definition at line 1480 of file Sacado_Fad_Ops.hpp.


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