You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: