[][src]Module eigenvalues::modified_gram_schmidt

Modified Gram-Schmidt (MGS)

The Gram-Schmidt method is a method for orthonormalising a set of vectors. see: Gram-Schmidt process The MGS method improves the orthogonality loss due to the finite numerical precision on computers.

Structs

MGS