We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5f416 + 0e5f02e commit 01bccefCopy full SHA for 01bccef
src/options.jl
@@ -102,7 +102,7 @@ end
102
Return the current sparsity of `A`, which is one of `Dense`,
103
`Bitmap`, `Sparse`, or `Hypersparse`.
104
"""
105
-function sparsitystatus(A::AbstractGBArray)
+function sparsitystatus(A)
106
wait(A) # We need to do this to ensure we're actually unpacking correctly.
107
t = GBSparsity(gbget(A, SPARSITY_STATUS))
108
return consttoshape(t)
0 commit comments