SuiteSparseGraphBLAS.jl icon indicating copy to clipboard operation
SuiteSparseGraphBLAS.jl copied to clipboard

fill value not appearing in show

Open CarloLucibello opened this issue 1 year ago • 0 comments

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

CarloLucibello avatar Nov 08 '22 09:11 CarloLucibello