MueLu
Version of the Day
|
Orders entries of row \(i\) by \(|A_{ij}|^2\). More...
#include <MueLu_CutDrop.hpp>
Classes | |
struct | Comparator |
Public Types | |
using | matrix_type = Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
using | local_matrix_type = typename matrix_type::local_matrix_type |
using | scalar_type = typename local_matrix_type::value_type |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | memory_space = typename local_matrix_type::memory_space |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | comparator_type = Comparator< local_matrix_type > |
Public Member Functions | |
UnscaledComparison (matrix_type &A_, results_view &results_) | |
KOKKOS_INLINE_FUNCTION comparator_type | getComparator (local_ordinal_type rlid) const |
Public Attributes | |
local_matrix_type | A |
results_view | results |
Private Types | |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | magnitudeType = typename ATS::magnitudeType |
Orders entries of row \(i\) by \(|A_{ij}|^2\).
Definition at line 34 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::matrix_type = Xpetra::Matrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> |
Definition at line 36 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::local_matrix_type = typename matrix_type::local_matrix_type |
Definition at line 38 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::scalar_type = typename local_matrix_type::value_type |
Definition at line 39 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::local_ordinal_type = typename local_matrix_type::ordinal_type |
Definition at line 40 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::memory_space = typename local_matrix_type::memory_space |
Definition at line 41 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::results_view = Kokkos::View<DecisionType*, memory_space> |
Definition at line 42 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 48 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 49 of file MueLu_CutDrop.hpp.
using MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::comparator_type = Comparator<local_matrix_type> |
Definition at line 104 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 52 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 107 of file MueLu_CutDrop.hpp.
local_matrix_type MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::A |
Definition at line 44 of file MueLu_CutDrop.hpp.
results_view MueLu::CutDrop::UnscaledComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node >::results |
Definition at line 45 of file MueLu_CutDrop.hpp.