Searched refs:xv_ (Results 1 – 1 of 1) sorted by relevance
1186 …ConstPetscScalarKokkosView xv_, yv_; /* first and second vectors in VecDotNorm2. The order matters… member1188 …DotNorm2(ConstPetscScalarKokkosView &xv, ConstPetscScalarKokkosView &yv) : value_count(2), xv_(xv)… in DotNorm2()1192 result[0] += PetscConj(yv_(i)) * xv_(i); in operator ()()