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

Optimize Eigen block operations #5974

Merged
merged 1 commit into from
Mar 9, 2024

Commits on Mar 3, 2024

  1. Optimize Eigen block operations

    According to https://eigen.tuxfamily.org/dox/group__TutorialBlockOperations.html , Eigen should receive as much information as possible at compile time, to generate optimal machine code.
    This means specifying the block size as a template parameter (if fixed size), using topLeftCorner if block starts at (0, 0)
    mvieth committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6c22ff9 View commit details
    Browse the repository at this point in the history