gpuRcudaVector-class: gpuRcudaVector Class

Description Slots Note Author(s) See Also

Description

This is the 'mother' class for all gpuRcudaVector objects. It is essentially a wrapper for a basic R vector (possibly to be improved). All other gpuRcuda classes inherit from this class but there are no current circumstances where this class is used directly.

Slots

Common to all gpuRcuda objects in the package

address:

An R vector object

Note

R does not contain a native float type. As such, the vector data within a such an object will be represented as double but downcast when any gpuRcuda methods are used.

May also remove the type slot

Author(s)

Charles Determan Jr.

See Also

nvVector-class, cudaVector-class


gpuRcore/gpuRcuda documentation built on May 17, 2019, 8 a.m.