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
Hi, I would like to use the AbstractSparseMatrixCSC interface with my sparse matrix struct, however it seems that it is not exported.
Also, it is not completely clear what needs to be implemented to conform to the interface.
I currently assume it is getcolptr, getrowval, nonzeros, nnz, size.