JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
102 stars 16 forks source link

fill value not appearing in show #104

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

It would be useful to display the fill value when printing a GBMatrix

julia> x = GBMatrix([1,2], [2, 3], [1,2], fill=17)
2x3 GraphBLAS int64_t matrix, bitmap by row
  2 entries, memory: 264 bytes

    (1,2)   1
    (2,3)   2