Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change type signature of _checkbuffers and _goodbuffers
These methods check the assumptions on colptr, rowval and nonzeros and thus should work for all AbstractSparseMatrixCSC. Changing the signature also removes the need for every subtype to implement it. Fixes JuliaSparse#9
- Loading branch information