|
MueLu Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
| PointwiseCountingFunctor (local_matrix_type &A_, results_view &results_, rowptr_type &rowptr_, functor_type &functor_) | |
| PointwiseCountingFunctor (local_matrix_type &A_, results_view &results_, rowptr_type &rowptr_, bool firstFunctor_, functor_type &functor_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const local_ordinal_type rlid, local_ordinal_type &nnz, const bool &final) 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> |
| using | rowptr_type = typename local_matrix_type::row_map_type::non_const_type |
Private Attributes | |
| local_matrix_type | A |
| results_view | results |
| rowptr_type | rowptr |
| functor_type | functor |
| bool | firstFunctor |
| PointwiseCountingFunctor< local_matrix_type, remaining_functor_types... > | remainingFunctors |
Definition at line 134 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 136 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 137 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 138 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 139 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 141 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 154 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 169 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 185 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 143 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 144 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 145 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 146 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 147 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 48 of file MueLu_MatrixConstruction.hpp.