as.numeric, as.integer, as.logical, as.vector and as.matrix: Methods to coerce a GPU object to an R object
Description
The functions as.numeric
, as.integer
, as.matrix
and as.vector
are intended to bring a GPU object to the main
host memory and coerce it into the given type.
Methods
signature(x = "gmatrix")
signature(x = "gvector")