MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::Misc::SymmetrizeFunctor< local_matrix_type > Class Template Reference

Functor that symmetrizes the dropping decisions. More...

#include <MueLu_DroppingCommon.hpp>

Public Member Functions

 SymmetrizeFunctor (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
 

Detailed Description

template<class local_matrix_type>
class MueLu::Misc::SymmetrizeFunctor< local_matrix_type >

Functor that symmetrizes the dropping decisions.

Definition at line 366 of file MueLu_DroppingCommon.hpp.

Member Typedef Documentation

template<class local_matrix_type >
using MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::scalar_type = typename local_matrix_type::value_type
private

Definition at line 368 of file MueLu_DroppingCommon.hpp.

template<class local_matrix_type >
using MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type
private

Definition at line 369 of file MueLu_DroppingCommon.hpp.

template<class local_matrix_type >
using MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::memory_space = typename local_matrix_type::memory_space
private

Definition at line 370 of file MueLu_DroppingCommon.hpp.

template<class local_matrix_type >
using MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::results_view = Kokkos::View<DecisionType*, memory_space>
private

Definition at line 371 of file MueLu_DroppingCommon.hpp.

Constructor & Destructor Documentation

template<class local_matrix_type >
MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::SymmetrizeFunctor ( local_matrix_type &  A_,
results_view results_ 
)
inline

Definition at line 377 of file MueLu_DroppingCommon.hpp.

Member Function Documentation

template<class local_matrix_type >
KOKKOS_FORCEINLINE_FUNCTION void MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::operator() ( local_ordinal_type  rlid) const
inline

Definition at line 382 of file MueLu_DroppingCommon.hpp.

Member Data Documentation

template<class local_matrix_type >
local_matrix_type MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::A
private

Definition at line 373 of file MueLu_DroppingCommon.hpp.

template<class local_matrix_type >
results_view MueLu::Misc::SymmetrizeFunctor< local_matrix_type >::results
private

Definition at line 374 of file MueLu_DroppingCommon.hpp.


The documentation for this class was generated from the following file: