Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement QR decomposition #343

Closed
coquelin77 opened this issue Jul 22, 2019 · 0 comments · Fixed by #429
Closed

Implement QR decomposition #343

coquelin77 opened this issue Jul 22, 2019 · 0 comments · Fixed by #429
Assignees

Comments

@coquelin77
Copy link
Member

Related
Feature request for QR decomposition, can be used in #337 and #336 hopefully. Has many other uses as well

Feature functionality
Computes the QR decomposition of a matrix input, and returns a namedtuple (Q, R) of matrices such that input = Q R with Q being an orthogonal matrix and R being an upper triangular matrix.

This returns the QR factorization.

Additional context
https://pdfs.semanticscholar.org/f55e/ec06f4ced19ae71ad5452f966e56b63da551.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant