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

Switch from Eigen vectors to std::array? #15

Open
iljah opened this issue Mar 4, 2024 · 1 comment
Open

Switch from Eigen vectors to std::array? #15

iljah opened this issue Mar 4, 2024 · 1 comment
Assignees
Labels
avx vectorization

Comments

@iljah
Copy link
Owner

iljah commented Mar 4, 2024

Calculations with Eigen vectors assign some internal type to auto variables which is inconvenient at times. Consider using std::array instead. If needed Eigen::Map or std::mdspan could be used within functions to make calculations easier to express.

@iljah iljah self-assigned this Mar 4, 2024
@iljah iljah added the avx vectorization label Mar 4, 2024
@iljah
Copy link
Owner Author

iljah commented Mar 4, 2024

Should also consider vectorization, perhaps use https://github.com/vectorclass/version2 instead of std::array?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
avx vectorization
Projects
None yet
Development

No branches or pull requests

1 participant