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);
Namespace Tpetra contains the class and methods constituting the Tpetra library.
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, in case you want to allocate without initializing.