|
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 1122 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1124 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1125 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1126 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1127 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1134 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1140 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1129 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1130 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1131 of file MueLu_MatrixConstruction.hpp.