fm-class | R Documentation |
An S4 class to represent a FlashR matrix.
pointer
points a matrix object in C.
name
a string indicating the name of the matrix.
nrow
a numeric value indicating the number of rows.
ncol
a numeric value indicating the number of columns.
type
a string indicating the type of the matrix. e.g., sparse or dense.
ele_type
a string indicating the element type in the matrix.
attrs
a list that stores the attributes of the matrix.