tnagler / svines

Stationary vine copula models
GNU General Public License v3.0
4 stars 0 forks source link

Eval block for Eigen 3.4 compatibility #3

Closed andrjohns closed 10 months ago

andrjohns commented 10 months ago

This PR forces an evaluation in the construction of the RVineStructure objects in your C++ code, as there are changes to the templating in Eigen 3.4 that cause compilation errors in your package. Without this, your package will break with the next version of RcppEigen.

Let me know if you have any questions, thanks!

tnagler commented 10 months ago

thanks!