Tpetra parallel linear algebra
Version of the Day
|
Implementation of Tpetra::AXPY 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 CoefficientType &alpha, const ViewType1 &x, const ViewType2 &y) |
y := y + alpha*x (rank-1 x and y, i.e., vectors) More... | |
Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors).
Definition at line 299 of file Tpetra_BlockView.hpp.
|
inlinestatic |
y := y + alpha*x (rank-1 x and y, i.e., vectors)
general case
Definition at line 302 of file Tpetra_BlockView.hpp.