You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: