gpuRcudaVector-class | R Documentation |
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.
Common to all gpuRcuda objects in the package
address
:An R vector object
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
Charles Determan Jr.
nvVector-class
,
cudaVector-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.