amdMatrix-class: amdMatrix Class

Description Slots Note Author(s) See Also

Description

This is the 'mother' class for all amdMatrix objects. It is a child class from the gpuMatrix class from gpuR. All other amdMatrix classes inherit from this class but there are no current circumstances where this class is used directly.

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

Slots

Common to all amdMatrix objects in the package

x:

An R matrix object

type:

Character object specifying the type the matrix data will be interpreted as

Note

R does not contain a native float type. As such, the matrix data within a famdMatrix-class will be represented as double but downcast when any amdMatrix methods are used.

May also remove the type slot

Author(s)

Charles Determan Jr.

See Also

iamdMatrix-class, famdMatrix-class, damdMatrix-class


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