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

The new Matrix.inverse() can be used to factor the current code #2667

Open
mbaudin47 opened this issue May 29, 2024 · 0 comments
Open

The new Matrix.inverse() can be used to factor the current code #2667

mbaudin47 opened this issue May 29, 2024 · 0 comments

Comments

@mbaudin47
Copy link
Collaborator

mbaudin47 commented May 29, 2024

What is the idea?

The PR 2597 introduced new inversion features for a general or symmetric Matrix.

This feature can now be used to factor some existing code.

This review shows that a new inverse() method should be implemented for a triangular matrix.

Furthermore, a new inverseInPlace() method should be implemented for some purposes:

Why is this needed?

This will simplify the source code and clarify the algorithm.

Additional Context

No response

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