Searched refs:AMatrixValueView (Results 1 – 2 of 2) sorted by relevance
35 using AMatrixValueView = const Kokkos::View<PetscScalar **, layout, exec_space>; variable64 AMatrixValueView *batch_values;
183 jac->batch_values = new AMatrixValueView("batch values", Nsolves, nnz); in PCApply_BJKOKKOSKERNELS()191 AMatrixValueView &batch_values = *jac->batch_values; in PCApply_BJKOKKOSKERNELS()240 using ScalarType = typename AMatrixValueView::non_const_value_type; in PCApply_BJKOKKOSKERNELS()255 …Functor_TestBatchedTeamVectorGMRES<exec_space, AMatrixValueView, IntView, XYType, KrylovHandleType… in PCApply_BJKOKKOSKERNELS()