# @rdname #' @method pmax vclVector #' @export setMethod("pmax", "vclVector", function(..., na.rm = FALSE) print("called correctly") gpuVecpmax(..., order = 1L) )
# S3 method for vclVector
pmin(..., na.rm = FALSE)
a vclVector object
a logical indicating whether missing values should be removed.
#' @export setMethod("pmax", "vclMatrix", function(..., na.rm = FALSE) gpuMatpmax(..., order = 1L) )
#' @export setMethod("pmax", "gpuVector", function(..., na.rm = FALSE) gpuVecpmax(..., order = 1L) )
#' @export setMethod("pmax", "gpuMatrix", function(..., na.rm = FALSE) gpuMatpmax(..., order = 1L) )