RcppCore / RcppEigen

Rcpp integration for the Eigen templated linear algebra library
Other
109 stars 40 forks source link

RcppEigen Submatrix Views #134

Open MRTGENC opened 6 months ago

MRTGENC commented 6 months ago

It seems that Eigen 3.4.90 supports submatrix views (slicing, indexing and block operations). The lack of this feature in RcppEigen makes it difficult to work with RcppEigen. It would be good to include this features in the RcppEigen package.

eddelbuettel commented 6 months ago

Please take a look at #103 -- we are still trying to get to 3.4.0.

MRTGENC commented 6 months ago

Thank you. I'm looking forward to it.