Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
Constant expression template. More...
#include <Sacado_Fad_Expr_MP_Vector.hpp>
Public Types | |
typedef Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > | ConstT |
typedef ConstT::value_type | val_type |
typedef ConstT | value_type |
Typename of argument values. | |
typedef ScalarType< value_type >::type | scalar_type |
Typename of scalar's (which may be different from ConstT) | |
typedef ConstT | base_expr_type |
Typename of base-expressions. | |
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | ConstExpr (const ConstT &constant) |
Constructor. | |
KOKKOS_INLINE_FUNCTION const ConstT & | val () const |
Return value of operation. | |
KOKKOS_INLINE_FUNCTION const val_type & | val (int j) const |
Return value of operation. | |
Protected Attributes | |
const ConstT & | constant_ |
The constant. | |
Constant expression template.
This template class represents a constant expression.
Definition at line 75 of file Sacado_Fad_Expr_MP_Vector.hpp.
typedef Sacado::MP::Vector< Stokhos::StaticFixedStorage<Ord,Val,VecNum,Dev> > Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >::ConstT |
Definition at line 79 of file Sacado_Fad_Expr_MP_Vector.hpp.
typedef ConstT::value_type Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >::val_type |
Definition at line 80 of file Sacado_Fad_Expr_MP_Vector.hpp.
typedef ConstT Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >::value_type |
Typename of argument values.
Definition at line 83 of file Sacado_Fad_Expr_MP_Vector.hpp.
typedef ScalarType<value_type>::type Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >::scalar_type |
Typename of scalar's (which may be different from ConstT)
Definition at line 86 of file Sacado_Fad_Expr_MP_Vector.hpp.
typedef ConstT Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >::base_expr_type |
Typename of base-expressions.
Definition at line 89 of file Sacado_Fad_Expr_MP_Vector.hpp.
|
inline |
Constructor.
Definition at line 93 of file Sacado_Fad_Expr_MP_Vector.hpp.
|
inline |
Return value of operation.
Definition at line 97 of file Sacado_Fad_Expr_MP_Vector.hpp.
|
inline |
Return value of operation.
Definition at line 101 of file Sacado_Fad_Expr_MP_Vector.hpp.
|
protected |
The constant.
Definition at line 106 of file Sacado_Fad_Expr_MP_Vector.hpp.