Rework sparse repmat#1819
Rework sparse repmat#1819alecjacobson merged 5 commits intolibigl:mainfrom paul0noah:reworkSparseRepmat
Conversation
|
Thanks! Does https://eigen.tuxfamily.org/dox/classEigen_1_1Replicate.html in Eigen work for sparse matrices? If so, we could deprecate this. If not, we should keep |
|
Sorry for the late reply. As far as i know, I understand that it might be nice to not expose the major type to the outside but it does limit the functionality quite a lot (you can only use |
Fixes # .
Repmat not working for colum major sparse matrices.
Improves performance of repmat
Checklist