Skip to content

There is a bug in the calculation conditions for sparse matrices #680

@frobers

Description

@frobers

using LinearAlgebra,SparseArrays
A = sparse([1.0 2.0;3.0 4.0])
SparseArrays.cond(A,1)

Has anyone noticed this issue? The code above seems to consistently fail to exit. cond(collect(A),1) works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions