Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2143 using unary_functor = cuda::maximum<PetscReal>; in Max() typedef
2146 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() typedef
2165 using unary_functor = thrust::minimum<PetscReal>; in Min()
2171 PetscCall(MinMax_(tuple_functor{}, unary_functor{}, v, p, m)); in Min()