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

Improved linear equation solving #764

Open
pietercollins opened this issue Oct 19, 2023 · 0 comments
Open

Improved linear equation solving #764

pietercollins opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
algebra Algebra module enhancement Something new or different that is an improvement

Comments

@pietercollins
Copy link
Contributor

Our current solver for linear equations computes a matrix inverse using Gaussian elimination. Especially for validated matrices, this leads to large errors due to the dependency effect. We should instead implement direct solution for approximate matrices, and a preconditioned solver for validated matrices.

We should also implement a solver using a-posteriori error analysis as proposed by Rump.

Finally, we should provide a LinearSolver interface to abstract details of linear algebra solver methods.

@pietercollins pietercollins added enhancement Something new or different that is an improvement algebra Algebra module labels Oct 19, 2023
@pietercollins pietercollins self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algebra Algebra module enhancement Something new or different that is an improvement
Development

No branches or pull requests

1 participant