Skip to content
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

[FEA] Provide const_view_type for csr_matrix #2585

Open
wphicks opened this issue Feb 14, 2025 · 0 comments
Open

[FEA] Provide const_view_type for csr_matrix #2585

wphicks opened this issue Feb 14, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@wphicks
Copy link
Contributor

wphicks commented Feb 14, 2025

Currently, the lack of a const view type for CSR matrices leads to unnecessary const casting in a number of places, as discussed here. A const view type should be introduced to allow for const-correct handling of CSR matrices, and the unnecessary const casts should be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant