Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1186 …ConstPetscScalarKokkosView xv_, yv_; /* first and second vectors in VecDotNorm2. The order matters… member
1188 …DotNorm2(ConstPetscScalarKokkosView &xv, ConstPetscScalarKokkosView &yv) : value_count(2), xv_(xv)… in DotNorm2()
1192 result[0] += PetscConj(yv_(i)) * xv_(i); in operator ()()