42#include "Tpetra_Details_DualViewUtil.hpp"
43#include "Teuchos_TestForException.hpp"
49 decltype (Kokkos::view_alloc (label, Kokkos::WithoutInitializing))
51 return Kokkos::view_alloc (label, Kokkos::WithoutInitializing);
Implementation details of Tpetra.
auto view_alloc_no_init(const std::string &label) -> decltype(Kokkos::view_alloc(label, Kokkos::WithoutInitializing))
Use in place of the string label as the first argument of Kokkos::View's constructor,...
Namespace Tpetra contains the class and methods constituting the Tpetra library.