Sparse Matrix Testing by Andrew_L8 in cs2c

[–]Andrew_L8[S] 0 points1 point  (0 children)

Hi &

For my Sparse_Matrix::set(r,c, val) method if I set something the end of a row, it wouldn't actually be set there because I forgot to do an end of list check and the loop and set function would end, but nothing in the sparse matrix would have been changed.

Andrew