-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Feature request method for spzeros(N) #11583
Labels
sparse
Sparse arrays
Comments
This will probably be fixed soon after adding |
We don't have a true 1-d sparse array type in base right now, but there's a WIP PR open for them, and a package SparseVectors.jl that implements the functionality. |
Good to know, thanks. |
Keeping this open so that we don't forget to do it. |
closed by #13440 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please let me know if I'm missing something, but there doesn't appear to be a method for
spzeros
to generate a sparseArray(T,1)
like there is withzeros
. It'd be nice to be able to do things likespzeros(N)
.The text was updated successfully, but these errors were encountered: