Searched refs:KokkosCsrGraph (Results 1 – 1 of 1) sorted by relevance
27 using KokkosCsrGraph = KokkosCsrGraphType<DefaultMemorySpace>; typedef33 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()