gpuRcudaMatrix-class: gpuRcudaMatrix Class

Description Slots Note Author(s) See Also

Description

This is the 'mother' class for all gpuRcudaMatrix objects. It is essentially a wrapper for a basic R matrix (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 matrix object

Note

R does not contain a native float type. As such, the matrix 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

nvMatrix-class, cudaMatrix-class


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