Skip to content

Inverse for Hermitian matrix  #2313

@anaruse

Description

@anaruse

What would you think about adding cupyx.linalg.invh as a fast routine computing inverse of Hermitian matrix?

It looks numpy does not have such a routine.
https://docs.scipy.org/doc/numpy/reference/routines.linalg.html

Scipy has scipy.linalg.pinvh, but it computes pseudo-inverse of Hermitian matrix, not "standard" inverse.
https://docs.scipy.org/doc/scipy/reference/linalg.html

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