Tpetra parallel linear algebra
Version of the Day
|
Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors). More...
#include <Tpetra_BlockView.hpp>
Static Public Member Functions | |
static KOKKOS_INLINE_FUNCTION void | run (const ViewType1 &x, const ViewType2 &y) |
y := x (rank-1 x and y, i.e., vectors) More... | |
Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors).
Definition at line 468 of file Tpetra_BlockView.hpp.
|
inlinestatic |
y := x (rank-1 x and y, i.e., vectors)
Definition at line 471 of file Tpetra_BlockView.hpp.