Retrieve the dimension of an FlashR object.
## S4 method for signature 'fm' dim(x)
x
A FlashR matrix.
mat <- fm.runif.matrix(100, 10) dim(mat)