mGS: Modified Gram-Schmidt orthogonalization of a matrix
Description
This is an internal function which uses a R code to calculate an
orthogonalization of a matrix. This function is used in the power method
allowing to compute an eigendecomposition of a symmetric square.
Usage
mGS(A)
Value
This function returns a matrix which columns are the eigenvectors