cudaMatrix-class: cudaMatrix Class

Description Slots Note Author(s) See Also

Description

This class refers to gpuRcuda matrix objects that are on the device.

There are multiple child classes that correspond to the particular data type contained. These include icudaMatrix, fcudaMatrix, and dcudaMatrix corresponding to integer, float, and double data types respectively.

Slots

Common to all cudaMatrix 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 fcudaMatrix-class will be represented as double but downcast when any cudaMatrix methods are used.

May also remove the type slot

Author(s)

Charles Determan Jr.

See Also

icudaMatrix-class, fcudaMatrix-class, dcudaMatrix-class


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