Skip to content

Displayed form for vectors of sparse vectors may be improved #400

@jishnub

Description

@jishnub
julia> v = sprand(10, 0.3);

julia> [v, v]
2-element Vector{SparseVector{Float64, Int64}}:
   [5]  =  0.782618
  [6]  =  0.482251
   [5]  =  0.782618
  [6]  =  0.482251

This isn't ideal, as it's hard to tell where one ends and the other begins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions