|
MueLu Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
| GraphConstruction (local_matrix_type &A_, results_view &results_, local_graph_type &graph_) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const 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 |
| local_graph_type | graph |
Definition at line 1082 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1084 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1085 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1086 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1087 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1094 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1100 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1089 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1090 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1091 of file MueLu_MatrixConstruction.hpp.