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
rowval is defined on both, but curiously getrowval is not. I'm not sure exactly why we have two identical accessor functions.
The text was updated successfully, but these errors were encountered:
rayegun
changed the title
getrowval is defined on SparseMatrixCSC but not on SparseVectorgetrowval and getnzval are defined on SparseMatrixCSC but not on SparseVector
Jun 30, 2022
I believe so. The main issue is to see how many packages use the APIs (whichever one we want to delete). I think you can search on juliahub.com to get a quick check.
For now I just intend to fill in the missing functions. That means we have two functions that do the same things, but we're just extending the matrix function to cover vectors as well.
Then we can put deleting one of them in a SparseArrays.jl v2.0 list.
rowval
is defined on both, but curiouslygetrowval
is not. I'm not sure exactly why we have two identical accessor functions.The text was updated successfully, but these errors were encountered: