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

need read/write subroutine for cholmod_factor object and cholmod_common factor #80

Open
yhg926 opened this issue Mar 5, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@yhg926
Copy link

yhg926 commented Mar 5, 2021

I'm always frustrated when I need to factorize a matrix A in to LL' in step1 and then solve LL'x=b in step2. I need first write the cholmod_factor object L and cholmod_common object c to file, and read them into memory later. However, i cannot find a routine can handle these.
i'd like there is a write routine to write L an c to file, and a read routine to read L and c to memory.
These functions will be very useful in the cases where LL'x=b need be run much more frequently than factorizing A to LL' , then user need only factorize A to LL' once.

@DrTimothyAldenDavis
Copy link
Owner

DrTimothyAldenDavis commented Mar 5, 2021 via email

@yhg926
Copy link
Author

yhg926 commented Mar 5, 2021

I use CSparse previously and it can write the factor. I turn to Suitesparse because it is much faster. I hope your extensions will come soon

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

No branches or pull requests

2 participants