Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > > Class Template Reference

Constant expression template. More...

#include <Sacado_Fad_Expr_MP_Vector.hpp>

Collaboration diagram for Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >:
Collaboration graph
[legend]

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 ConstTconstant_
 The constant.
 

Detailed Description

template<typename Ord, typename Val, int VecNum, typename Dev>
class Sacado::Fad::ConstExpr< Sacado::MP::Vector< Stokhos::StaticFixedStorage< Ord, Val, VecNum, Dev > > >

Constant expression template.

This template class represents a constant expression.


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