Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Polynomial roots computation calls unnecessarily general LAPACK routine #3555

Copy link
Copy link
Open
@piannucci

Description

@piannucci
Issue body actions

The companion matrix is already upper Hessenberg, so it should be possible to use a specialized routine to find its eigenvalues, rather than the general non-symmetric eigenvalue routine. In particular,

lib/polynomial.py#L227 should call (d,z)hseqr rather than eigvals, which calls (d,z)geev.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.