I've got a sparse Matrix
in R that's apparently too big for me to run as.matrix()
on (though it's not super-huge either). The as.matrix()
call in question is inside the svd()
function, so I'm wondering if anyone knows a different implementation of SVD that doesn't require first converting to a dense matrix.