JuliaSparse / SuiteSparseGraphBLAS.jl

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

Constructors not shown in GBMatrix docstring #101

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago
help?> GBMatrix
search: GBMatrix GBMatrixR GBMatrixC

  GBMatrix{T, F} <: AbstractSparseArray{T, UInt64, 2}

  Two-dimensional GraphBLAS array with elements of type T. F is the type of the fill-value, which is typically Nothing or T. Internal
  representation is specified as opaque, but in this implementation is stored as one of the following in either row or column orientation:

  1. Dense
  2. Bitmap
  3. Sparse Compressed
  4. Hypersparse

  The storage type is automatically determined by the library.