Searched refs:value_count (Results 1 – 1 of 1) sorted by relevance
294 static constexpr size_type value_count = ValueCount; member313 for (size_type j = 0; j < value_count; ++j) sum[j] += yv[j](i) * xval; in operator ()()319 for (size_type j = 0; j < value_count; ++j) sum[j] += PetscConj(yv[j](i)) * xval; in operator ()()333 for (size_type j = 0; j < value_count; j++) dst[j] += src[j]; in join()338 for (size_type j = 0; j < value_count; j++) sum[j] = 0.0; in init()1185 size_type value_count; member1188 …DotNorm2(ConstPetscScalarKokkosView &xv, ConstPetscScalarKokkosView &yv) : value_count(2), xv_(xv)… in DotNorm2()