<div dir="ltr">The Eigen sparse matrix only contains the numeric information, it doesn't contain information like Dimnames that are specific to the R structure.  If you want to access the slots or set their values it is easiest to do that with the Rcpp::S4 class object.<div>
<br></div><div style>Of course it helps to use R's str function first to ensure that you know what the structure actually is.</div></div>