Closed superwhiskers closed 5 months ago
currently, the way Csc is written assumes that the n_ parameter inherited from the Sparse class is equal to the number of columns, but this is not true. this should be fixed before it causes a problem
Csc
n_
Sparse
Thanks for reporting, @superwhiskers. I think this one went under the radar because most of CSC matrix usage is with square matrices.
CC @kswirydo
currently, the way
Csc
is written assumes that then_
parameter inherited from theSparse
class is equal to the number of columns, but this is not true. this should be fixed before it causes a problem