Searched defs:dotnorm2_tuple_plus (Results 1 – 1 of 1) sorted by relevance
1982 struct dotnorm2_tuple_plus { struct1983 using value_type = thrust::tuple<PetscScalar, PetscScalar>;1985 …_type &rhs) const noexcept { return {thrust::get<0>(lhs) + thrust::get<0>(rhs), thrust::get<1>(lhs… in operator ()()