Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Constant expression template. More...
#include <Sacado_CacheFad_Expression.hpp>
Public Types | |
typedef ConstT | value_type |
Typename of argument values. More... | |
typedef ScalarType< value_type > ::type | scalar_type |
Typename of scalar's (which may be different from ConstT) More... | |
typedef ConstT | base_expr_type |
Typename of base-expressions. More... | |
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | ConstExpr (const ConstT &constant) |
Constructor. More... | |
KOKKOS_INLINE_FUNCTION int | size () const |
Return size of the derivative array of the operation. More... | |
KOKKOS_INLINE_FUNCTION bool | hasFastAccess () const |
Return if operation has fast access. More... | |
KOKKOS_INLINE_FUNCTION void | cache () const |
Cache values. More... | |
KOKKOS_INLINE_FUNCTION value_type | val () const |
Return value of operation. More... | |
KOKKOS_INLINE_FUNCTION value_type | dx (int i) const |
Return derivative component i of operation. More... | |
KOKKOS_INLINE_FUNCTION value_type | fastAccessDx (int i) const |
Return derivative component i of operation. More... | |
Protected Attributes | |
const ConstT & | constant_ |
The constant. More... | |
Constant expression template.
This template class represents a constant expression.
Definition at line 112 of file Sacado_CacheFad_Expression.hpp.
typedef ConstT Sacado::CacheFad::ConstExpr< ConstT >::value_type |
Typename of argument values.
Definition at line 117 of file Sacado_CacheFad_Expression.hpp.
typedef ScalarType<value_type>::type Sacado::CacheFad::ConstExpr< ConstT >::scalar_type |
Typename of scalar's (which may be different from ConstT)
Definition at line 120 of file Sacado_CacheFad_Expression.hpp.
typedef ConstT Sacado::CacheFad::ConstExpr< ConstT >::base_expr_type |
Typename of base-expressions.
Definition at line 123 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Constructor.
Definition at line 127 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Return size of the derivative array of the operation.
Definition at line 131 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Return if operation has fast access.
Definition at line 135 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Cache values.
Definition at line 139 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Return value of operation.
Definition at line 143 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Return derivative component i
of operation.
Definition at line 147 of file Sacado_CacheFad_Expression.hpp.
|
inline |
Return derivative component i
of operation.
Definition at line 151 of file Sacado_CacheFad_Expression.hpp.
|
protected |
The constant.
Definition at line 156 of file Sacado_CacheFad_Expression.hpp.