Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid dense matrices #3

Open
stephens999 opened this issue Oct 25, 2023 · 0 comments
Open

Avoid dense matrices #3

stephens999 opened this issue Oct 25, 2023 · 0 comments

Comments

@stephens999
Copy link

stephens999 commented Oct 25, 2023

fit.cov <- flash_init(dat, var_type = 0) %>%

To avoid forming YY' should we not run flashier with data = list(u=Y, d=diag(ncol(Y)), v=Y)
If Y is sparse then this could be much faster?
(Maybe for the example we looked at they are not big enough for this to be an issue? But
some single cell datasets surely will be?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant