If you’re crossproding X by itself, I think passing symmetric = TRUE to
eigen will eke out more speed.
Avi
On Mon, Aug 16, 2021 at 6:30 PM Radford Neal wrote:
> > Dario Strbenac writes:
> >
> > I have a real scenario involving 45 million biological cells
> > (samples) and 60 proteins (variable
> Dario Strbenac writes:
>
> I have a real scenario involving 45 million biological cells
> (samples) and 60 proteins (variables) which leads to a segmentation
> fault for svd. I thought this might be a good example of why it
> might benefit from a long vector upgrade.
Rather than the full SVD of
Good day,
I have a real scenario involving 45 million biological cells (samples) and 60
proteins (variables) which leads to a segmentation fault for svd. I thought
this might be a good example of why it might benefit from a long vector upgrade.
test <- matrix(rnorm(4500*60), ncol = 60)
test