Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Avoid redundant bounds checks in is_zero_row and is_zero_column #1802

Merged
merged 1 commit into from
Sep 20, 2024

Commits on Sep 19, 2024

  1. Optimize is_zero_row/_column

    ... by avoiding redundant bounds checks.
    
    Also change the methods as well as that one for is_zero_entry to
    apply to Julia matrices, too.
    fingolfin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    78d9f59 View commit details
    Browse the repository at this point in the history