Skip to content

Add qr_solve for solving linear systems #73

Description

@MitchellThompkins

qr and qr_hessenberg both return QRMatrix but there is no back-substitution step to actually solve Ax = b. This adds a qr_solve function that takes a QRMatrix and RHS vector, computes (Q^T)b, then solves via back-substitution through R.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions