This is something I'm missing a bit: a way to convert scipy.sparse's csc_matrix into an equivalent arma::sp_mat matrix (and back). I plan to write a converter myself as I need this, but I can imagine it makes a nice addition to the project. If you want, I can open a PR for this soon.
This is something I'm missing a bit: a way to convert
scipy.sparse'scsc_matrixinto an equivalentarma::sp_matmatrix (and back). I plan to write a converter myself as I need this, but I can imagine it makes a nice addition to the project. If you want, I can open a PR for this soon.