Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
EnsembleTraits_m< Sacado::MP::Vector< S > > Struct Template Reference

#include <Stokhos_MP_Vector_MaskTraits.hpp>

Public Types

typedef S::value_type value_type
 

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION const value_typecoeff (const Sacado::MP::Vector< S > &x, int i)
 
static KOKKOS_INLINE_FUNCTION value_typecoeff (Sacado::MP::Vector< S > &x, int i)
 

Static Public Attributes

static const std::size_t size = S::static_size ? S::static_size : 1
 

Detailed Description

template<typename S>
struct EnsembleTraits_m< Sacado::MP::Vector< S > >

Definition at line 60 of file Stokhos_MP_Vector_MaskTraits.hpp.

Member Typedef Documentation

◆ value_type

template<typename S >
typedef S::value_type EnsembleTraits_m< Sacado::MP::Vector< S > >::value_type

Definition at line 62 of file Stokhos_MP_Vector_MaskTraits.hpp.

Member Function Documentation

◆ coeff() [1/2]

template<typename S >
static KOKKOS_INLINE_FUNCTION const value_type & EnsembleTraits_m< Sacado::MP::Vector< S > >::coeff ( const Sacado::MP::Vector< S > & x,
int i )
inlinestatic

Definition at line 64 of file Stokhos_MP_Vector_MaskTraits.hpp.

◆ coeff() [2/2]

template<typename S >
static KOKKOS_INLINE_FUNCTION value_type & EnsembleTraits_m< Sacado::MP::Vector< S > >::coeff ( Sacado::MP::Vector< S > & x,
int i )
inlinestatic

Definition at line 68 of file Stokhos_MP_Vector_MaskTraits.hpp.

Member Data Documentation

◆ size

template<typename S >
const std::size_t EnsembleTraits_m< Sacado::MP::Vector< S > >::size = S::static_size ? S::static_size : 1
static

Definition at line 61 of file Stokhos_MP_Vector_MaskTraits.hpp.


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