Searched refs:VecMAXPY_SeqKokkos (Results 1 – 3 of 3) sorted by relevance
131 PETSC_INTERN PetscErrorCode VecMAXPY_SeqKokkos(Vec, PetscInt, const PetscScalar *, Vec *);
790 PetscErrorCode VecMAXPY_SeqKokkos(Vec yin, PetscInt nv, const PetscScalar *alpha, Vec *xin) in VecMAXPY_SeqKokkos() function897 if (i < nv) PetscCall(VecMAXPY_SeqKokkos(yin, nv - i, a_h + i, xin + i)); in VecMAXPY_SeqKokkos_GEMV()1666 v->ops->maxpy = VecMAXPY_SeqKokkos; in VecCreate_SeqKokkos_Common()
224 v->ops->maxpy = VecMAXPY_SeqKokkos; in VecCreate_MPIKokkos_Common()