|
MueLu Version of the Day
|
#include <MueLu_CutDrop.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | Comparator (const local_matrix_type2 &A_, const diag_view_type2 &diag_, const DistanceFunctorType2 *dist2_, local_ordinal_type rlid_, const results_view &results_, values_view &values_) |
| KOKKOS_FORCEINLINE_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 |
| using | values_view = Kokkos::View< magnitudeType *, memory_space > |
Private Member Functions | |
| KOKKOS_INLINE_FUNCTION magnitudeType | get_value_impl (size_t x) const |
Private Attributes | |
| const local_matrix_type2 | A |
| const diag_view_type2 | diag |
| const DistanceFunctorType2 * | dist2 |
| const local_ordinal_type | rlid |
| const local_ordinal_type | offset |
| const results_view | results |
| values_view | values |
| const scalar_type | one = ATS::one() |
Definition at line 347 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 349 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 350 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 351 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 352 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 357 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 359 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 360 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 374 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 388 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 393 of file MueLu_CutDrop.hpp.
|
inlineprivate |
Definition at line 414 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 362 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 363 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 364 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 365 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 366 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 367 of file MueLu_CutDrop.hpp.
|
mutableprivate |
Definition at line 368 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 370 of file MueLu_CutDrop.hpp.