Skip to content

bug in QRsparse #580

Closed
JuliaLang/julia
#29925
@chriscoey

Description

@chriscoey
using SparseArrays, LinearAlgebra
A = spzeros(7,1)
F = qr(A)
rank(F) # 33

it says the rank is 33, but it should be 0

(aside: it would be really nice to have a unified QR interface for sparse and dense. I can't call rank for a dense QR.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsparseSparse arraysstdlibJulia's standard library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions