hutilscpp (version 0.1.0)

do_pminC: Parallel maximum

Description

A faster pmin().

Arguments

x

A numeric vector.

a

A single numeric value.

in_place

(bool, default: false) Should the function operate on x in-place?

Value

The parallel minimum of the input values. The 0 versions are shortcuts for a = 0.