We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even though armadillo yields a massive speed-up compared to base R, it is still relatively slow compared to other C++ libraries. To further speed-up the density ratio code, we can change the C++ code from armadillo to Eigen, blaze or fastor, see the following link: https://romanpoya.medium.com/a-look-at-the-performance-of-expression-templates-in-c-eigen-vs-blaze-vs-fastor-vs-armadillo-vs-2474ed38d982
armadillo
R
Eigen
blaze
fastor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even though
armadillo
yields a massive speed-up compared to baseR
, it is still relatively slow compared to other C++ libraries. To further speed-up the density ratio code, we can change the C++ code fromarmadillo
toEigen
,blaze
orfastor
, see the following link: https://romanpoya.medium.com/a-look-at-the-performance-of-expression-templates-in-c-eigen-vs-blaze-vs-fastor-vs-armadillo-vs-2474ed38d982The text was updated successfully, but these errors were encountered: