JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
103 stars 17 forks source link

1 based indexing in interface ? #6

Closed abhinavmehndiratta closed 5 years ago

abhinavmehndiratta commented 5 years ago

The Julian interface has 1 based indexing as opposed to GraphBLAS which uses 0 based indexing. This may cause problems in methods GrB_assign and GrB_extract.

abhinavmehndiratta commented 5 years ago

Using 0-based indexing in higher-level interface for now, closing this.