Skip to content

Use numpy.linalg.norm instead of scipy.linalg.svd #67

@andrenarchy

Description

@andrenarchy

In the deflation module we use svd although we're only interested in the 2-norm of the matrix. We should verify that numpy.linalg.norm correctly computes that 2-norm and remove the svd import.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions