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