as.matrix.gpuMatrix: Convert the gpuMatrix object into a matrix

Description Usage Arguments Value

View source: R/gpuMatix-class.R

Description

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.

Usage

1
2
## S3 method for class 'gpuMatrix'
as.matrix(x, ...)

Arguments

x

an gpuMatrix object

...

This argument is only for compatibility. It does not take any effect.

Value

A matrix


gpuMagic documentation built on Nov. 8, 2020, 5:15 p.m.