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_) |
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 diag_view_type2 | diag |
const DistanceFunctorType2 * | dist2 |
const local_ordinal_type | rlid |
const local_ordinal_type | offset |
const results_view | results |
const scalar_type | one = ATS::one() |
Definition at line 274 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 276 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 277 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 278 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 279 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 281 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 282 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 295 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 304 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 317 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 284 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 285 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 286 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 287 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 288 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 289 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 291 of file MueLu_CutDrop.hpp.