Home
last modified time | relevance | path

Searched refs:xfirst (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c706 const PetscScalar *xfirst, *xnext, *xarray; in VecMAXPY_Seq_GEMV() local
722 PetscCall(VecGetArrayRead(xin[i], &xfirst)); in VecMAXPY_Seq_GEMV()
723 xarray = xfirst; in VecMAXPY_Seq_GEMV()
735 PetscCall(VecRestoreArrayRead(xin[i], &xfirst)); in VecMAXPY_Seq_GEMV()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx842 ConstPetscScalarKokkosView xfirst, xnext; in VecMAXPY_SeqKokkos_GEMV() local
857 PetscCall(VecGetKokkosView(xin[i], &xfirst)); in VecMAXPY_SeqKokkos_GEMV()
858 xarray = xfirst.data(); in VecMAXPY_SeqKokkos_GEMV()
862 lda = xnext.data() - xfirst.data(); in VecMAXPY_SeqKokkos_GEMV()
870 PetscCall(VecRestoreKokkosView(xin[i], &xfirst)); in VecMAXPY_SeqKokkos_GEMV()