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

Do not cache both K and its LU decomposition #266

Open
mancellin opened this issue Dec 12, 2022 · 0 comments
Open

Do not cache both K and its LU decomposition #266

mancellin opened this issue Dec 12, 2022 · 0 comments

Comments

@mancellin
Copy link
Collaborator

Since #235, the default setting of the code is to cache the matrices $S$ and $K$ and the LU decomposition of $K$. It means a 50% increase in the RAM usage, which can be an issue for larger problems.

It would make more sense to keep only the LU decomposition of $K$.

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

No branches or pull requests

1 participant