Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType > Struct Template Reference

#include <Kokkos_Blas1_UQ_PCE.hpp>

Public Types

typedef Kokkos::View< Sacado::UQ::PCE< RS > **, RP... > RMV
 
typedef RMV::execution_space execution_space
 
typedef SizeType size_type
 
typedef Kokkos::Details::ArithTraits< typename Kokkos::IntrinsicScalarType< RMV >::type > ATS
 

Public Member Functions

 MV_ReciprocalSelf_Functor (const RMV &R)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type &i) const
 

Public Attributes

const size_type numCols
 
RMV R_
 

Detailed Description

template<class RS, class ... RP, class SizeType>
struct KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >

Definition at line 302 of file Kokkos_Blas1_UQ_PCE.hpp.

Member Typedef Documentation

◆ RMV

template<class RS , class ... RP, class SizeType >
typedef Kokkos::View<Sacado::UQ::PCE<RS>**,RP...> KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::RMV

Definition at line 306 of file Kokkos_Blas1_UQ_PCE.hpp.

◆ execution_space

template<class RS , class ... RP, class SizeType >
typedef RMV::execution_space KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::execution_space

Definition at line 307 of file Kokkos_Blas1_UQ_PCE.hpp.

◆ size_type

template<class RS , class ... RP, class SizeType >
typedef SizeType KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::size_type

Definition at line 308 of file Kokkos_Blas1_UQ_PCE.hpp.

◆ ATS

template<class RS , class ... RP, class SizeType >
typedef Kokkos::Details::ArithTraits<typename Kokkos::IntrinsicScalarType<RMV>::type> KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::ATS

Definition at line 309 of file Kokkos_Blas1_UQ_PCE.hpp.

Constructor & Destructor Documentation

◆ MV_ReciprocalSelf_Functor()

template<class RS , class ... RP, class SizeType >
KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::MV_ReciprocalSelf_Functor ( const RMV & R)
inline

Definition at line 314 of file Kokkos_Blas1_UQ_PCE.hpp.

Member Function Documentation

◆ operator()()

template<class RS , class ... RP, class SizeType >
KOKKOS_INLINE_FUNCTION void KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::operator() ( const size_type & i) const
inline

Definition at line 320 of file Kokkos_Blas1_UQ_PCE.hpp.

Member Data Documentation

◆ numCols

template<class RS , class ... RP, class SizeType >
const size_type KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::numCols

Definition at line 311 of file Kokkos_Blas1_UQ_PCE.hpp.

◆ R_

template<class RS , class ... RP, class SizeType >
RMV KokkosBlas::Impl::MV_ReciprocalSelf_Functor< Kokkos::View< Sacado::UQ::PCE< RS > **, RP... >, SizeType >::R_

Definition at line 312 of file Kokkos_Blas1_UQ_PCE.hpp.


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