Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Kokkos_Blas1_UQ_PCE.hpp>
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 |
Definition at line 431 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef Kokkos::View<Sacado::UQ::PCE<CS>**,CP...> 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 >::CMV |
Definition at line 437 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef Kokkos::View<const Sacado::UQ::PCE<AS>*,AP...> 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 >::AV |
Definition at line 438 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef Kokkos::View<const Sacado::UQ::PCE<BS>**,BP...> 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 >::BMV |
Definition at line 439 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef CMV::execution_space 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 >::execution_space |
Definition at line 440 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef SizeType 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 >::size_type |
Definition at line 441 of file Kokkos_Blas1_UQ_PCE.hpp.
typedef Kokkos::Details::ArithTraits<typename Kokkos::IntrinsicScalarType<CMV>::type> 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 >::ATS |
Definition at line 442 of file Kokkos_Blas1_UQ_PCE.hpp.
|
inline |
Definition at line 452 of file Kokkos_Blas1_UQ_PCE.hpp.
|
inline |
Definition at line 467 of file Kokkos_Blas1_UQ_PCE.hpp.
const size_type 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 >::m_n |
Definition at line 444 of file Kokkos_Blas1_UQ_PCE.hpp.
const size_type 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 >::m_pce |
Definition at line 445 of file Kokkos_Blas1_UQ_PCE.hpp.
const Kokkos::IntrinsicScalarType<CMV>::type 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 >::m_c |
Definition at line 446 of file Kokkos_Blas1_UQ_PCE.hpp.
CMV 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 >::m_C |
Definition at line 447 of file Kokkos_Blas1_UQ_PCE.hpp.
const Kokkos::IntrinsicScalarType<AV>::type 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 >::m_ab |
Definition at line 448 of file Kokkos_Blas1_UQ_PCE.hpp.
AV 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 >::m_A |
Definition at line 449 of file Kokkos_Blas1_UQ_PCE.hpp.
BMV 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 >::m_B |
Definition at line 450 of file Kokkos_Blas1_UQ_PCE.hpp.