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

Update indexing type for Eigen 3.4 compatibility #4

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Update indexing type for Eigen 3.4 compatibility #4

merged 1 commit into from
Feb 12, 2024

Conversation

andrjohns
Copy link
Contributor

This PR updates your package's C++ to use an integer vector (arma::Col<int>) instead of a doubles vector (arma::vec for storing indexing values, otherwise your package will break with the next RcppEigen release (Eigen 3.4 doesn't allow using doubles for indexing).

Let me know if you have any questions, thanks!

@ahoundetoungan ahoundetoungan merged commit f74c530 into ahoundetoungan:master Feb 12, 2024
@ahoundetoungan
Copy link
Owner

Thank you very much for this update

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

Successfully merging this pull request may close these issues.

2 participants