You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: