Stokhos  Development
Public Types | Public Member Functions | Public Attributes | List of all members
KokkosBlas::Impl::MV_MultFunctor< Kokkos::View< Sacado::UQ::PCE< CS > **, CP... >, Kokkos::View< const Sacado::UQ::PCE< AS > *, AP... >, Kokkos::View< const Sacado::UQ::PCE< BS > **, BP... >, scalar_ab, scalar_c, SizeType > Struct Template Reference
Collaboration diagram for KokkosBlas::Impl::MV_MultFunctor< Kokkos::View< Sacado::UQ::PCE< CS > **, CP... >, Kokkos::View< const Sacado::UQ::PCE< AS > *, AP... >, Kokkos::View< const Sacado::UQ::PCE< BS > **, BP... >, scalar_ab, scalar_c, SizeType >:
Collaboration graph
[legend]

Public Types

typedef Kokkos::View< Sacado::UQ::PCE< CS > **, CP... > CMV
 
typedef Kokkos::View< const Sacado::UQ::PCE< AS > *, AP... > AV
 
typedef Kokkos::View< const Sacado::UQ::PCE< BS > **, BP... > BMV
 
typedef CMV::execution_space execution_space
 
typedef SizeType size_type
 
typedef Kokkos::Details::ArithTraits< typename Kokkos::IntrinsicScalarType< CMV >::type > ATS
 

Public Member Functions

 MV_MultFunctor (typename CMV::const_value_type &c, const CMV &C, typename AV::const_value_type &ab, const AV &A, const BMV &B)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type &i) const
 

Public Attributes

const size_type m_n
 
const size_type m_pce
 
const Kokkos::IntrinsicScalarType< CMV >::type m_c
 
CMV m_C
 
const Kokkos::IntrinsicScalarType< AV >::type m_ab
 
AV m_A
 
BMV m_B
 

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