| fm.info | R Documentation | 
These functions provide the basic information of a FlashR object.
fm.is.sym(fm) fm.matrix.layout(fm) fm.is.sparse(fm) fm.is.sink(fm) fm.in.mem(fm) fm.is.object(fm)
| fm | The FlashR object | 
fm.is.sym indicates whether a matrix is symmetric.
fm.matrix.layout indicates how data in a matrix is organized.
fm.is.sparse indicates whether a matrix is sparse.
fm.is.sink indicates whether a FlashR object is a sink matrix.
fm.in.mem indicates whether a FlashR object is stored in memory.
fm.is.object indicates whether this is a FlashR object.
fm.is.sym and fm.is.sparse returns boolean constants.
Da Zheng <dzheng5@jhu.edu>