Efficient algorithms and implementation of joint models with longitudinal and competing risks data applying pseudo-adaptive quadrature rules and customized linear scan approach
5
stars
5
forks
source link
Update indexing type for Eigen 3.4 compatibility #2
This PR updates your package's C++ to use an integer vector (Eigen::VectorXi) instead of a doubles vector (Eigen::VectorXd) for storing indexing values, otherwise your package will break with the next RcppEigen release.
This PR updates your package's C++ to use an integer vector (
Eigen::VectorXi
) instead of a doubles vector (Eigen::VectorXd
) for storing indexing values, otherwise your package will break with the nextRcppEigen
release.Let me know if you have any questions, thanks!