80 Kokkos::View<Scalar**, Kokkos::LayoutLeft, ExecutionSpace> >::get1dCopy(
const Teuchos::ArrayView<scalar_t>& av,
83 const Tpetra::Map<local_ordinal_t, global_ordinal_t,
84 MultiVecAdapter<Kokkos::View<Scalar**, Kokkos::LayoutLeft, ExecutionSpace>>::node_t>> distribution_map,
87 TEUCHOS_TEST_FOR_EXCEPTION(
true, std::logic_error,
"get1dCopy for kokkos not implemented.");
103 Kokkos::View<Scalar**, Kokkos::LayoutLeft, ExecutionSpace> >::put1dData(
104 const Teuchos::ArrayView<const scalar_t>& new_data,
107 const Tpetra::Map<local_ordinal_t, global_ordinal_t,
108 MultiVecAdapter<Kokkos::View<Scalar**, Kokkos::LayoutLeft, ExecutionSpace>>::node_t> > source_map,
111 TEUCHOS_TEST_FOR_EXCEPTION(
112 true, std::logic_error,
"Amesos2::MultiVecAdapter::put1dData: "
131 Kokkos::View<Scalar**, Kokkos::LayoutLeft, ExecutionSpace> >::describe (Teuchos::FancyOStream& os,
132 const Teuchos::EVerbosityLevel verbLevel)
const
134 mv_->describe (os, verbLevel);