do_pmaxV: Parallel maximum in C++
Description
A faster pmax().
Usage
do_pmaxNumNum(x, y, in_place = FALSE)do_pmaxIntInt(x, y, in_place = FALSE)
Arguments
y
A numeric vector, the same length as x.
in_place
(bool, default: false) Should the function operate on x in-place?
Value
The parallel maximum of the input values.