julia
f0f5938f
- Fix #13223, linear indexing of sparse matrices
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
10 years ago
Fix #13223, linear indexing of sparse matrices make getindex(A::SparseMatrixCSC, I::AbstractArray) faster by allocating at most the number of nonzeros in A, and add a specialized implementation for getindex(A::SparseMatrixCSC, I::UnitRange)
References
#13654 - Fix #13223, linear indexing of sparse matrices
Author
tkelman
Committer
tkelman
Parents
7a4d817d
Loading