I work with huge dense matrices in R (Matrix package, Matrix data type), where one of my matrices exceeds the theoretical limit of the R-matrix (it should be 58932 by 58932)
I need to perform basic matrix operations, such as addition and multiplication.
My question is: is there a package in R or some other software that I can use to store these huge matrices, as well as to work with them.
Thanks in advance,
source
share