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. #1384

Merged
merged 8 commits into from
May 5, 2024

Commits on Apr 19, 2024

  1. inversion

    jnyfah committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d331bbd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. early return

    jnyfah committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a0da49f View commit details
    Browse the repository at this point in the history
  2. remove else

    jnyfah committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c21df4e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. missed one cofactor

    jnyfah committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5e87799 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. add tests

    jnyfah committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    825d078 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. test with a fixed input

    jnyfah committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e3a08c9 View commit details
    Browse the repository at this point in the history
  2. add assert

    jnyfah committed May 2, 2024
    Configuration menu
    Copy the full SHA
    914a7cf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. format

    jnyfah committed May 5, 2024
    Configuration menu
    Copy the full SHA
    343eb21 View commit details
    Browse the repository at this point in the history