Searched refs:MatScalarType (Results 1 – 1 of 1) sorted by relevance
20 using MatScalarType = PetscScalar; typedef23 using KokkosCsrMatrixType = typename KokkosSparse::CrsMatrix<MatScalarType, MatColIdxType, MemorySp…51 using MatScalarKokkosDualView = Kokkos::DualView<MatScalarType *>;53 …nels::Experimental::KokkosKernelsHandle<MatRowMapType, MatColIdxType, MatScalarType, DefaultExecut…171 MatScalarType *a_host_data() { return a_dual.view_host().data(); } in a_host_data()175 MatScalarType *a_device_data() { return a_dual.view_device().data(); } in a_device_data()