Learn R Programming

gpuR (version 2.0.3)

pmin.vclVector: # @rdname setGeneric("pmax", signature = "...")

Description

# @rdname #' @method pmax vclVector #' @export setMethod("pmax", "vclVector", function(..., na.rm = FALSE) print("called correctly") gpuVecpmax(..., order = 1L) )

Usage

# S3 method for vclVector
pmin(..., na.rm = FALSE)

Arguments

...

a vclVector object

na.rm

a logical indicating whether missing values should be removed.

Details

#' @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) )