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

Inverting a 4x4 matrix with try_inverse_mut doesn't leave self unchanged if the inversion fails. #1380

Closed
daniel-szarkowicz opened this issue Apr 9, 2024 · 0 comments · Fixed by #1384
Labels
bug P-high High priority

Comments

@daniel-szarkowicz
Copy link

Calling try_inverse_mut on a 4x4 matrix uses do_inverse4 which modifies out before checking the determinant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P-high High priority
Projects
None yet
2 participants