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 1065 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1067 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1068 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1069 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1070 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1077 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1083 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1072 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1073 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1074 of file MueLu_MatrixConstruction.hpp.