Searched refs:VecAXPBY_SeqKokkos (Results 1 – 3 of 3) sorted by relevance
143 PETSC_INTERN PetscErrorCode VecAXPBY_SeqKokkos(Vec, PetscScalar, PetscScalar, Vec);
260 PetscCall(VecAXPBY_SeqKokkos(yin, 1.0, beta, xin)); in VecAYPX_SeqKokkos()903 PetscErrorCode VecAXPBY_SeqKokkos(Vec yin, PetscScalar alpha, PetscScalar beta, Vec xin) in VecAXPBY_SeqKokkos() function1650 v->ops->axpby = VecAXPBY_SeqKokkos; in VecCreate_SeqKokkos_Common()
223 v->ops->axpby = VecAXPBY_SeqKokkos; in VecCreate_MPIKokkos_Common()