How can one extract column labels from an Rcpp::Eigen matrix?
For example, here is some R matrix
mat <- matrix(1:4,ncol=2) colnames(mat) &