Tpetra parallel linear algebra
Version of the Day
|
Functor for the the ABSMAX CombineMode of Import and Export operations. More...
#include <Tpetra_CrsMatrix_def.hpp>
Public Member Functions | |
Scalar | operator() (const Scalar &x, const Scalar &y) |
Return the maximum of the magnitudes (absolute values) of x and y. More... | |
Functor for the the ABSMAX CombineMode of Import and Export operations.
Scalar | Same as the Scalar template parameter of CrsMatrix. |
Scalar | Same as the Scalar template parameter of CrsMatrix. |
Definition at line 126 of file Tpetra_CrsMatrix_def.hpp.
|
inline |
Return the maximum of the magnitudes (absolute values) of x and y.
Definition at line 128 of file Tpetra_CrsMatrix_def.hpp.