CSRMatrix::append()
on empty matrix
#727
Labels
bug
A mistake in the code.
good first issue
Non-urgent, simple task with limited scope, suitable for getting started as a contributor.
The current implementation of the append mechanism of
CSRMatrix
(prepareAppend()
,append()
,finishAppend()
) seems to be incorrect when the number of rows and/or the number of columns of the matrix is zero.A similar problem existed for
DenseMatrix
and was fixed in 2b4f086.Thanks to @AlexRTer for pointing out this problem in #722.
The text was updated successfully, but these errors were encountered: