I'm working with huge dense matrices in R (Matrix package, Matrix data type) where one of my matrix exceeds the theoretical limit of an R matrix (it is supposed to be 58932 by 58932)
I need to conduct basic matrix operations such as add and multiply.
My question is: Is there a package in R or some other software which I can use to store these huge matrices as well as work with them.
Thank you in advance,
Try the class
big.matrix
in the CRAN packagebigmemory
.http://www.stat.yale.edu/~mjk56/temp/bigmemory-vignette.pdf