10#include "Tpetra_Details_DualViewUtil.hpp"
11#include "Teuchos_TestForException.hpp"
17 decltype (Kokkos::view_alloc (label, Kokkos::WithoutInitializing))
19 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.