Lines Matching refs:IntView
45 template <typename DeviceType, typename ValuesViewType, typename IntView, typename VectorViewType, …
49 const IntView _r;
50 const IntView _c;
61 …Functor_TestBatchedTeamVectorGMRES(const ValuesViewType &D, const IntView &r, const IntView &c, co… in Functor_TestBatchedTeamVectorGMRES()
67 …MRES(const ValuesViewType &D, const ValuesViewType &diag, const IntView &r, const IntView &c, cons… in Functor_TestBatchedTeamVectorGMRES()
84 …ViewType = Kokkos::View<typename IntView::non_const_value_type *, typename IntView::array_layou… in operator ()()
179 jac->rowOffsets = new IntView("rowOffsets", Nsolves / Nsolves_team, Nloc + 1); // same grids in PCApply_BJKOKKOSKERNELS()
180 jac->colIndices = new IntView("colIndices", Nsolves / Nsolves_team, nnz); in PCApply_BJKOKKOSKERNELS()
187 IntView &rowOffsets = *jac->rowOffsets; in PCApply_BJKOKKOSKERNELS()
188 IntView &colIndices = *jac->colIndices; in PCApply_BJKOKKOSKERNELS()
255 …Functor_TestBatchedTeamVectorGMRES<exec_space, AMatrixValueView, IntView, XYType, KrylovHandleType… in PCApply_BJKOKKOSKERNELS()