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.