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

Description Usage Arguments Value

View source: R/gpuMatix-class.R

Description

The function will convert the gpuMatrix object into a vector, 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.vector(x, mode = NULL)

Arguments

x

an gpuMatrix object

mode

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

Value

A vector


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