MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type > Class Template Reference

#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
 

Detailed Description

template<class local_matrix_type, class local_graph_type>
class MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >

Definition at line 1065 of file MueLu_MatrixConstruction.hpp.

Member Typedef Documentation

template<class local_matrix_type, class local_graph_type>
using MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::scalar_type = typename local_matrix_type::value_type
private

Definition at line 1067 of file MueLu_MatrixConstruction.hpp.

template<class local_matrix_type, class local_graph_type>
using MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::local_ordinal_type = typename local_matrix_type::ordinal_type
private

Definition at line 1068 of file MueLu_MatrixConstruction.hpp.

template<class local_matrix_type, class local_graph_type>
using MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::memory_space = typename local_matrix_type::memory_space
private

Definition at line 1069 of file MueLu_MatrixConstruction.hpp.

template<class local_matrix_type, class local_graph_type>
using MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::results_view = Kokkos::View<DecisionType*, memory_space>
private

Definition at line 1070 of file MueLu_MatrixConstruction.hpp.

Constructor & Destructor Documentation

template<class local_matrix_type, class local_graph_type>
MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::GraphConstruction ( local_matrix_type &  A_,
results_view results_,
local_graph_type &  graph_ 
)
inline

Definition at line 1077 of file MueLu_MatrixConstruction.hpp.

Member Function Documentation

template<class local_matrix_type, class local_graph_type>
KOKKOS_INLINE_FUNCTION void MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::operator() ( const local_ordinal_type  rlid) const
inline

Definition at line 1083 of file MueLu_MatrixConstruction.hpp.

Member Data Documentation

template<class local_matrix_type, class local_graph_type>
local_matrix_type MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::A
private

Definition at line 1072 of file MueLu_MatrixConstruction.hpp.

template<class local_matrix_type, class local_graph_type>
results_view MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::results
private

Definition at line 1073 of file MueLu_MatrixConstruction.hpp.

template<class local_matrix_type, class local_graph_type>
local_graph_type MueLu::MatrixConstruction::GraphConstruction< local_matrix_type, local_graph_type >::graph
private

Definition at line 1074 of file MueLu_MatrixConstruction.hpp.


The documentation for this class was generated from the following file: