as.matrix.gpuMatrix {gpuMagic} | R Documentation |
The function will convert the gpuMatrix object into a matrix,
if you have run any GPU functions on the gpuMatrix object,
please call download(x)
to synchronize the data before calling this function.
## S3 method for class 'gpuMatrix' as.matrix(x, ...)
x |
an gpuMatrix object |
... |
This argument is only for compatibility. It does not take any effect. |
A matrix