powered by
QR decomposition of a real or complex matrix.
Eigen_QR(M)
a matrix, real or complex
A list with the Q matrix and the R matrix.
Q
R
# NOT RUN { M <- cbind(c(1,2,3), c(4,5,6)) x <- Eigen_QR(M) x$Q %*% x$R # }
Run the code above in your browser using DataLab