Skip to content

Expose lapack routines for solving least squares problems #195

Closed
@paulkoerbitz

Description

@paulkoerbitz

Lapack has the xGELS xGELSY xGELSS and xGELSD methods for solving least squares problems (see here), by QR factorization or SVD. It would be nice to expose these to enable direct solving of least squares problems via ndarray-linalg. In fact, I wanted to do that in this PR but resolved to solving the linear equations since these methods were not available.

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