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

Factorizing matrices with pypardiso is not a no-op #98

Closed
marc-vdm opened this issue Jun 20, 2024 · 0 comments · Fixed by #101
Closed

Factorizing matrices with pypardiso is not a no-op #98

marc-vdm opened this issue Jun 20, 2024 · 0 comments · Fixed by #101

Comments

@marc-vdm
Copy link
Contributor

marc-vdm commented Jun 20, 2024

Factorizing matrices with pypardiso is not a no-op and more importantly, can have substantial benefit to calculation speed.

While I don't mind warning users of potential limited benefit, I think it's not wise to outright deny users to factorize their A matrices through the below code.

if PYPARDISO:
warnings.warn("PARDISO installed; this is a no-op")

See also haasad/PyPardiso#75 for further discussion.


edit: Also see the Pardiso documentation on solver phases, A matrix decomposition is possible
https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2024-1/pardiso.html#GUID-FB4D5442-2BE8-4687-A6F6-D2AAE34B8A87

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

Successfully merging a pull request may close this issue.

1 participant