Tpetra parallel linear algebra
Version of the Day
|
Implementation of Tpetra::SCAL function, for ViewType rank 1 (i.e., a vector). More...
#include <Tpetra_BlockView.hpp>
Static Public Member Functions | |
static KOKKOS_INLINE_FUNCTION void | run (const CoefficientType &alpha, const ViewType &x) |
x := alpha*x (rank-1 x, i.e., a vector) More... | |
Implementation of Tpetra::SCAL function, for ViewType rank 1 (i.e., a vector).
Definition at line 160 of file Tpetra_BlockView.hpp.
|
inlinestatic |
x := alpha*x (rank-1 x, i.e., a vector)
general case
Definition at line 163 of file Tpetra_BlockView.hpp.