hutilscpp (version 0.1.0)

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

x

A numeric vector.

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.