Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

pelesh
Copy link
Collaborator

@pelesh pelesh commented Jun 11, 2024

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

@pelesh pelesh added the bug Something isn't working label Jun 11, 2024
@pelesh pelesh requested a review from kswirydo June 11, 2024 20:56
@pelesh pelesh self-assigned this Jun 11, 2024
@pelesh pelesh merged commit a92074f into develop Jun 17, 2024
4 checks passed
@pelesh pelesh deleted the csc-row-col-fix branch October 9, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix misunderstanding of dimensions in the Csc class
2 participants