Home
last modified time | relevance | path

Searched refs:KokkosCsrGraph (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp27 using KokkosCsrGraph = KokkosCsrGraphType<DefaultMemorySpace>; typedef
33 using MatRowMapKokkosView = KokkosCsrGraph::row_map_type::non_const_type;
34 using MatColIdxKokkosView = KokkosCsrGraph::entries_type::non_const_type;
41 using ConstMatRowMapKokkosView = KokkosCsrGraph::row_map_type::const_type;
42 using ConstMatColIdxKokkosView = KokkosCsrGraph::entries_type::const_type;
144 csrmat = KokkosCsrMatrix("csrmat", ncols, a_d, KokkosCsrGraph(j_d, i_d)); in Mat_SeqAIJKokkos()