SparseMatrixBase::triangularView<Unit*>() does not work for rectangular matrices
@chhtz
Submitted by Christoph HertzbergAssigned to Nobody
Link to original bugzilla bug (#901)
Version: 3.3 (current stable)
Description
The problem is that the iterator tries to insert a 1 element for every innerVector, even if the inner dimension is smaller than the current inner Index.