decqr
Calculates an orthogonal matrix Q and an upper triangular matrix R from an inputted matrix using the QR decomposition method where A = QR.
Arguments
- Input matrix A
Output
Q,R matrices
Examples
Calculates an orthogonal matrix Q and an upper triangular matrix R from an inputted matrix using the QR decomposition method where A = QR.
Q,R matrices