MueLu
Version of the Day
|
Functor that symmetrizes the dropping decisions. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
SymmetrizeFunctor (local_matrix_type &A_, results_view &results_) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (local_ordinal_type rlid) const |
Private Types | |
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 > |
Private Attributes | |
local_matrix_type | A |
results_view | results |
Functor that symmetrizes the dropping decisions.
Definition at line 530 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 532 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 533 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 534 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 535 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 541 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 546 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 537 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 538 of file MueLu_DroppingCommon.hpp.