do_pminV: Parallel maximum
Description
A faster pmin()
.
Usage
do_pminV_dbl(x, y, in_place = FALSE)do_pminV_int(x, y, in_place = FALSE)
Arguments
y
A numeric vector, the same length as x.
in_place
(bool, default: false
) Modify x
in-place?
Value
The parallel maximum of the input values.