Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2142 using tuple_functor = detail::tuple_compare<cuda::std::greater<PetscReal>>; in Max() typedef
2145 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() typedef
2164 using tuple_functor = detail::tuple_compare<thrust::less<PetscReal>>; in Min()
2171 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Min()