Stokhos Development
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
KokkosBlas::Impl::V_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::V_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... > CV
 
typedef Kokkos::View< const Sacado::UQ::PCE< AS > *, AP... > AV
 
typedef Kokkos::View< const Sacado::UQ::PCE< BS > *, BP... > BV
 
typedef CV::execution_space execution_space
 
typedef SizeType size_type
 
typedef Kokkos::Details::ArithTraits< typename Kokkos::IntrinsicScalarType< CV >::type > ATS
 

Public Member Functions

 V_MultFunctor (typename CV::const_value_type &c, const CV &C, typename AV::const_value_type &ab, const AV &A, const BV &B)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type &i) const
 

Public Attributes

const size_type m_pce
 
const Kokkos::IntrinsicScalarType< CV >::type m_c
 
CV m_C
 
const Kokkos::IntrinsicScalarType< AV >::type m_ab
 
AV m_A
 
BV m_B
 

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