Tpetra parallel linear algebra
Version of the Day
|
Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutRight. More...
#include <Tpetra_BlockView.hpp>
Static Public Member Functions | |
static KOKKOS_INLINE_FUNCTION void | run (const CoefficientType &alpha, const ViewType1 &X, const ViewType2 &Y) |
Y := Y + alpha*X (rank-2 X and Y, i.e., matrices) More... | |
Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutRight.
Definition at line 388 of file Tpetra_BlockView.hpp.
|
inlinestatic |
Y := Y + alpha*X (rank-2 X and Y, i.e., matrices)
Definition at line 391 of file Tpetra_BlockView.hpp.