Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c518 const PetscScalar *xarray, *yarray, *yfirst, *ynext; in VecMultiDot_Seq_GEMV() local
536 PetscCall(VecGetArrayRead(yin[i], &yfirst)); in VecMultiDot_Seq_GEMV()
537 yarray = yfirst; in VecMultiDot_Seq_GEMV()
549 PetscCall(VecRestoreArrayRead(yin[i], &yfirst)); in VecMultiDot_Seq_GEMV()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx533 ConstPetscScalarKokkosView xv, yfirst, ynext; in VecMultiDot_SeqKokkos_GEMV() local
550 PetscCall(VecGetKokkosView(yin[i], &yfirst)); in VecMultiDot_SeqKokkos_GEMV()
551 yarray = yfirst.data(); in VecMultiDot_SeqKokkos_GEMV()
563 PetscCall(VecRestoreKokkosView(yin[i], &yfirst)); in VecMultiDot_SeqKokkos_GEMV()