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

Fallbacks for matrix inversion methods #32

Open
AaronParsons opened this issue Jun 16, 2020 · 0 comments
Open

Fallbacks for matrix inversion methods #32

AaronParsons opened this issue Jun 16, 2020 · 0 comments

Comments

@AaronParsons
Copy link
Contributor

In recent speedups, we migrated to using methods that operate on stacks of matrices (or list comprehensions where unavailable) to maximize performance. In doing so, we lost the ability to use different inverters for certain subsets of matrices that might be, e.g., singular or unstable for certain solvers. We might think about putting this functionality back in, though not at the expense of performance. Before investing the effort, we need to develop a set of test cases for solver instability.

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