julia
f0f5938f - Fix #13223, linear indexing of sparse matrices

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)
Author
Committer
Parents
Loading