Searched refs:tuple_functor (Results 1 – 1 of 1) sorted by relevance
2142 using tuple_functor = detail::tuple_compare<cuda::std::greater<PetscReal>>; in Max() typedef2145 using tuple_functor = detail::tuple_compare<thrust::greater<PetscReal>>; in Max()2152 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Max()2161 using tuple_functor = detail::tuple_compare<cuda::std::less<PetscReal>>; in Min() typedef2164 using tuple_functor = detail::tuple_compare<thrust::less<PetscReal>>; in Min()2171 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Min()