Retrieve or set the row or column names of a gpuR matrix object
colnames(x, do.NULL, prefix)# S3 method for default
colnames(x, do.NULL = TRUE, prefix = "col")
# S3 method for gpuMatrix
colnames(x, ...)
# S4 method for gpuMatrix
colnames(x) <- value
# S3 method for vclMatrix
colnames(x, ...)
# S4 method for vclMatrix
colnames(x) <- value
A character vector of column names of the gpuMatrix object.
A gpuR matrix object
logical. If FALSE
names are NULL, names are created.
(not currently used)
for create names. (not currently used)
Additional arguments
A character vector to assign as row/column names