Skip to content

Clarify try_inverse_mut documentation #1514

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PaulXiCao
Copy link

Closes #1497.

Updates the documentation to properly reflect the implementation that changes the input entries even when inversion fails (for matrix dimension n>=5).

Changing implementation to uphold its current promise is discarded as it would increase the memory footprint. A workaround is mentioned in the new documentation.

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 this pull request may close these issues.

When Matrix::try_inverse_mut() returns false
1 participant