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

Description Usage Arguments Details

View source: R/pmax.R

Description

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

Usage

1
2
## S3 method for class '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) )


cdeterman/gpuR documentation built on July 13, 2019, 3:15 a.m.