Skip to content

linalg: add generalized eigenvalue problem to eig #907

Closed
@perazz

Description

@perazz

Motivation

I'm opening a issue to discuss the addition of the generalized eigenvalue problem:

A⋅x=λ⋅B⋅x

as an extension of eig, that currently only handles the standard eigenvalue problem:

A⋅x=λ⋅x

Prior Art

Scipy is the only package that offers this option

Additional Information

Fortran Discourse thread where the feature was recently requested

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaProposition of an idea and opening an issue to discuss it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions