Transpose a FlashR matrix.
fm.t(m)
m
a FlashR matrix
Da Zheng <dzheng5@jhu.edu>
mat <- fm.t(fm.runif.matrix(100, 10))