Construct a gpuVector of a class that inherits
from gpuVector
gpuVector(data, length, type = NULL, ...)# S4 method for vector,missing
gpuVector(data, type = NULL, ctx_id = NULL)
# S4 method for missingOrNULL,ANY
gpuVector(data, length, type = NULL, ctx_id = NULL)
# S4 method for numeric,numericOrInt
gpuVector(data, length, type = NULL, ctx_id = NULL)
A gpuVector object
An object that is or can be converted to a
vector
A non-negative integer specifying the desired length.
A character string specifying the type of gpuVector. Default is NULL where type is inherited from the source data type.
Additional method to pass to gpuVector methods
An integer specifying the object's context
Charles Determan Jr.