Stokhos  Development
Public Types | Public Member Functions | Public Attributes | List of all members
KokkosBlas::Impl::MV_Reciprocal_Functor< Kokkos::View< RT, RL, RD, RM, Kokkos::Impl::ViewPCEContiguous >, Kokkos::View< XT, XL, XD, XM, Kokkos::Impl::ViewPCEContiguous >, SizeType > Struct Template Reference

Public Types

typedef Kokkos::View< RT, RL, RD, RM, Kokkos::Impl::ViewPCEContiguousRMV
 
typedef Kokkos::View< XT, XL, XD, XM, Kokkos::Impl::ViewPCEContiguousXMV
 
typedef RMV::execution_space execution_space
 
typedef SizeType size_type
 
typedef Kokkos::Details::ArithTraits< typename XMV::intrinsic_scalar_type > ATS
 

Public Member Functions

 MV_Reciprocal_Functor (const RMV &R, const XMV &X)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type &i) const
 

Public Attributes

const size_type numCols
 
RMV R_
 
XMV X_
 

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