ORNL / ReSolve

Library of GPU-resident linear solvers
Other
51 stars 1 forks source link

Fix flipped columns/rows in CSC matrix implementation. #157

Closed pelesh closed 3 weeks ago

pelesh commented 4 weeks ago

Implementation of CSC matrix uses number of rows to set up size of the column starts array. This went under the radar because most of the tests were performed for square matrices. Thie PR fixes #154.

CC @superwhiskers