Searched refs:unary_functor (Results 1 – 1 of 1) sorted by relevance
2143 using unary_functor = cuda::maximum<PetscReal>; in Max() typedef2146 using unary_functor = thrust::maximum<PetscReal>; in Max()2152 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Max()2162 using unary_functor = cuda::minimum<PetscReal>; in Min() typedef2165 using unary_functor = thrust::minimum<PetscReal>; in Min()2171 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Min()