Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.hpp47 using ConstMatScalarKokkosViewHost = KokkosCsrMatrixHost::values_type::const_type; typedef
H A Daijkok.kokkos.cxx1412 …kv = Kokkos::create_mirror_view_and_copy(DefaultMemorySpace(), ConstMatScalarKokkosViewHost(v, n)); in MatSetValuesCOO_SeqAIJKokkos()