Home
last modified time | relevance | path

Searched defs:dotnorm2_tuple_plus (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1982 struct dotnorm2_tuple_plus { struct
1983 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 ()()