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

Constructors not shown in GBMatrix docstring

Open CarloLucibello opened this issue 1 year ago • 0 comments

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.

CarloLucibello avatar Nov 08 '22 06:11 CarloLucibello