Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2056 class tuple_compare : Operator { class
2142 using tuple_functor = detail::tuple_compare<cuda::std::greater<PetscReal>>; in Max()
2145 using tuple_functor = detail::tuple_compare<thrust::greater<PetscReal>>; in Max()
2161 using tuple_functor = detail::tuple_compare<cuda::std::less<PetscReal>>; in Min()
2164 using tuple_functor = detail::tuple_compare<thrust::less<PetscReal>>; in Min()