#include "Stokhos_Sacado_Kokkos_UQ_PCE.hpp"
#include "Tpetra_ConfigDefs.hpp"
#include "Kokkos_Core.hpp"
#include "Kokkos_BufferMacros.hpp"
#include "KokkosCompat_ClassicNodeAPI_Wrapper.hpp"
#include "KokkosCompat_View.hpp"
#include "KokkosCompat_View_def.hpp"
#include "Kokkos_ArithTraits_UQ_PCE.hpp"
#include "Kokkos_InnerProductSpaceTraits_UQ_PCE.hpp"
#include "Kokkos_MV_UQ_PCE.hpp"
#include "Kokkos_CrsMatrix_UQ_PCE.hpp"
#include "Kokkos_CrsMatrix_UQ_PCE_Cuda.hpp"
#include "Kokkos_TeuchosCommAdapters_UQ_PCE.hpp"
#include "Tpetra_KokkosRefactor_Details_MultiVectorDistObjectKernels_UQ_PCE.hpp"
#include "Tpetra_KokkosRefactor_Details_MultiVectorLocalDeepCopy_UQ_PCE.hpp"
#include "Kokkos_Random_UQ_PCE.hpp"
#include "Tpetra_Details_PackTraits.hpp"
Go to the source code of this file.
|
template<typename D , typename S > |
Kokkos::View< Sacado::UQ::PCE< S > *, D > | Kokkos::Compat::getKokkosViewDeepCopy (const Teuchos::ArrayView< Sacado::UQ::PCE< S > > &a) |
|
template<typename D , typename S > |
Kokkos::View< const Sacado::UQ::PCE< S > *, D > | Kokkos::Compat::getKokkosViewDeepCopy (const Teuchos::ArrayView< const Sacado::UQ::PCE< S > > &a) |
|
template<class S , class L , class G , class N , bool c> |
size_t | Kokkos::dimension_scalar (const Tpetra::MultiVector< S, L, G, N, c > &mv) |
|
template<class S , class L , class G , class N , bool c> |
size_t | Kokkos::dimension_scalar (const Tpetra::Vector< S, L, G, N, c > &v) |
|