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

ARMA_64BIT enforces C++11 compilation. Can we avoid this? #460

Open
kudkudak opened this issue Apr 27, 2015 · 2 comments
Open

ARMA_64BIT enforces C++11 compilation. Can we avoid this? #460

kudkudak opened this issue Apr 27, 2015 · 2 comments
Labels

Comments

@kudkudak
Copy link
Member

In essence to support big sparse matrices with we have to enable ARMA_64BIT which in turn enforces C++11, because R enforces back compability and long long is not supported unless C++11 is ON.

@kudkudak kudkudak added the bug label Apr 27, 2015
@kudkudak
Copy link
Member Author

Here is some info: https://stackoverflow.com/questions/16159174/large-spmat-object-with-rcpparmadillo , seems it is fixed, but if you look at the newest version of RcppArmadillo this is no longer true. To investigate..

@kudkudak
Copy link
Member Author

kudkudak commented Jun 3, 2015

Additional constraint comes from random number generation in GNG. This is also not supported in C++ and would require including custom implementation

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

No branches or pull requests

1 participant