adding sparse and dense matrix does not compile
Submitted by Vladimir Trifonov
Assigned to Nobody
Link to original bugzilla bug (#832)
Version: 3.2
Description
Perhaps I am missing something, but a quick look into SparseCore/SparseMatrixBase.h shows that there is no interface for mixed storage addition (there is for sparse/sparse through the plugin plugins/CommonCwiseBinaryOp.h) although the SparseCore/SparseCwiseBinaryOp.h seems to contain the implementation for that. It seems that the intention is there, but the execution is lacking...