Searched refs:xfirst (Results 1 – 2 of 2) sorted by relevance
706 const PetscScalar *xfirst, *xnext, *xarray; in VecMAXPY_Seq_GEMV() local722 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()
842 ConstPetscScalarKokkosView xfirst, xnext; in VecMAXPY_SeqKokkos_GEMV() local857 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()