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