#include "Kokkos_Core.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "MueLu_DroppingCommon.hpp"
Go to the source code of this file.
|
class | MueLu::MatrixConstruction::PointwiseCountingFunctor< local_matrix_type, functor_type, remaining_functor_types > |
| Functor that executes a sequence of sub-functors on each row for a problem with blockSize == 1. More...
|
|
class | MueLu::MatrixConstruction::PointwiseCountingFunctor< local_matrix_type, functor_type > |
|
class | MueLu::MatrixConstruction::PointwiseFillReuseFunctor< local_matrix_type, local_graph_type, lumping > |
| Functor that fills the filtered matrix while reusing the graph of the matrix before dropping, blockSize == 1. More...
|
|
class | MueLu::MatrixConstruction::PointwiseFillNoReuseFunctor< local_matrix_type, lumping > |
| Functor does not reuse the graph of the matrix for a problem with blockSize == 1. More...
|
|
class | MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type > |
|
struct | MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::Comparator< local_matrix_type2 > |
|
class | MueLu::MatrixConstruction::VectorCountingFunctor< local_matrix_type, functor_type, remaining_functor_types > |
| Functor that executes a sequence of sub-functors on each block of rows. More...
|
|
class | MueLu::MatrixConstruction::VectorCountingFunctor< local_matrix_type, functor_type > |
|
class | MueLu::MatrixConstruction::VectorFillFunctor< local_matrix_type, lumping, reuse > |
|