|
Tpetra parallel linear algebra Version of the Day
|
Implementation of Tpetra's ABSMAX CombineMode for the small dense vectors in BlockMultiVector and BlockVector. More...
#include <Tpetra_BlockView.hpp>

Static Public Member Functions | |
| static KOKKOS_INLINE_FUNCTION void | run (const ViewType2 &Y, const ViewType1 &X) |
| (*this)(i) := max(abs((*this)(i)), abs(X(i))) for all i. | |
Implementation of Tpetra's ABSMAX CombineMode for the small dense vectors in BlockMultiVector and BlockVector.
Tpetra uses this operation to implement the ABSMAX CombineMode.
Definition at line 94 of file Tpetra_BlockView.hpp.
|
inlinestatic |
(*this)(i) := max(abs((*this)(i)), abs(X(i))) for all i.
Definition at line 98 of file Tpetra_BlockView.hpp.