|
Tpetra parallel linear algebra Version of the Day
|
Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices). More...
#include <Tpetra_BlockView.hpp>

Static Public Member Functions | |
| static KOKKOS_INLINE_FUNCTION void | run (const ViewType1 &X, const ViewType2 &Y) |
| Y := X (rank-2 X and Y, i.e., matrices). | |
Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices).
Definition at line 413 of file Tpetra_BlockView.hpp.
|
inlinestatic |
Y := X (rank-2 X and Y, i.e., matrices).
general case
Definition at line 416 of file Tpetra_BlockView.hpp.