| 
    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 | 
| using | mATS = Kokkos::ArithTraits< 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() | 
| const scalar_type | zero = ATS::zero() | 
| const magnitudeType | mzero = mATS::zero() | 
Definition at line 436 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 438 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 439 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 440 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 441 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 446 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 448 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 452 of file MueLu_CutDrop.hpp.
      
  | 
  inline | 
Definition at line 468 of file MueLu_CutDrop.hpp.
      
  | 
  inline | 
Definition at line 477 of file MueLu_CutDrop.hpp.
      
  | 
  inline | 
Definition at line 510 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 455 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 456 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 457 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 458 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 459 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 460 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 462 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 463 of file MueLu_CutDrop.hpp.
      
  | 
  private | 
Definition at line 464 of file MueLu_CutDrop.hpp.