(sliced_)ell_matrix, hyb_matrix: Added overload for STL-emulated sparse matrix.
Now a user can directly provide std::vector< std::map<IndexType, NumericType> > to populate the sparse matrix. This was already possible for the other sparse matrix types.
Loading
Please register or sign in to comment