MueLu
Version of the Day
|
#include <MueLu_CutDrop.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | Comparator (const local_matrix_type2 &A_, local_ordinal_type rlid_, const results_view &results_) |
KOKKOS_INLINE_FUNCTION magnitudeType | get_value (size_t x) const |
KOKKOS_INLINE_FUNCTION bool | operator() (size_t x, size_t y) const |
Private Types | |
using | scalar_type = typename local_matrix_type2::value_type |
using | local_ordinal_type = typename local_matrix_type2::ordinal_type |
using | memory_space = typename local_matrix_type2::memory_space |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | magnitudeType = typename ATS::magnitudeType |
Private Attributes | |
const local_matrix_type2 | A |
const local_ordinal_type | offset |
const results_view | results |
Definition at line 57 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 59 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 60 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 61 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 62 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 64 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 65 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 73 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 79 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 84 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 67 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 68 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 69 of file MueLu_CutDrop.hpp.