ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
104 stars 27 forks source link

Fix out of bounds std::vector subscript operator usage #145

Closed mjacobse closed 11 months ago

mjacobse commented 11 months ago

Fixes #140. This was the minimum amount of replacements with .data() that causes no errors with -D_GLIBCXX_DEBUG for me across all tests.

jfowkes commented 11 months ago

Many thanks @mjacobse this looks great to me!