List with two matrices Q and R, Q orthonormal and
R upper triangular, such that A=Q%*%R.
Details
The modified Gram-Schmidt process uses the classical orthogonalization
process to generate step by step an orthonoral basis of a vector space.
The modified Gram-Schmidt iteration uses orthogonal projectors in order
ro make the process numerically more stable.
References
Trefethen, L. N., and D. Bau III. (1997). Numerical Linear Algebra. SIAM,
Society for Industrial and Applied Mathematics, Philadelphia.