Error when using `iter_aij` on sparse matrix
Opened this issue · 0 comments
mscroggs commented
I'm getting index out of bounds
error on csr_mat.rs:182:49
Looks like it's an issue when this runs when obtaining the last entry in the matrix:
rlst/src/sparse/sparse_mat/csr_mat.rs
Lines 181 to 184 in ddafa6c