Skip to content

Commit

Permalink
remove quotes for FixedSparseVector
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Oct 13, 2023
1 parent 82f569a commit d60cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsevector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SparseVector(n::Integer, nzind::Vector{Ti}, nzval::Vector{Tv}) where {Tv,Ti} =
SparseVector{Tv, Ti}(::UndefInitializer, n::Integer) where {Tv, Ti} = SparseVector{Tv, Ti}(n, Ti[], Tv[])

"""
`FixedSparseVector{Tv,Ti<:Integer} <: AbstractCompressedVector{Tv,Ti}`
FixedSparseVector{Tv,Ti<:Integer} <: AbstractCompressedVector{Tv,Ti}
Experimental AbstractCompressedVector whose non-zero index are fixed.
"""
Expand Down

0 comments on commit d60cce2

Please sign in to comment.