DObject-class: The baseline distributed object class to be extended by each backend driver.
Backends may elect to extend once for all distributed object types ('dlist',
'darray', 'dframe,', etc.) for one per type, depending on needs.
Description
The baseline distributed object class to be extended by each backend driver.
Backends may elect to extend once for all distributed object types ('dlist',
'darray', 'dframe,', etc.) for one per type, depending on needs.
Slots
nparts
- Stores the 2d-partitioning scheme of the distributed object.
psize
- Stores, as a 2d-matrix (1d-for dlists) of the size of each
partition.
dim
- The dimensions of the distributed object.
backend
- A character vector of the name of the backend that created
the object.
type
- The distributed object type for this object (e.g,. 'dlist').