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) More... | |
Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices).
Definition at line 487 of file Tpetra_BlockView.hpp.
|
inlinestatic |
Y := X (rank-2 X and Y, i.e., matrices)
Definition at line 490 of file Tpetra_BlockView.hpp.