|
MueLu Version of the Day
|
Functor that drops off-rank entries. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
| DropOffRankFunctor (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 drops off-rank entries.
Definition at line 161 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 163 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 164 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 165 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 166 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 172 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 177 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 168 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 169 of file MueLu_DroppingCommon.hpp.