Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constructors not shown in GBMatrix docstring #101

Open
CarloLucibello opened this issue Nov 8, 2022 · 0 comments
Open

Constructors not shown in GBMatrix docstring #101

CarloLucibello opened this issue Nov 8, 2022 · 0 comments

Comments

@CarloLucibello
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant