rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
gram_schmidt_reiterate.m File Reference

performs classical gram schmidt orthonormalization algorithm with re-orthogonalization. loss of orthogonality is a multiple of machine precision. More...

Go to the source code of this file.

Functions

function
varargout = 
VecMat.gram_schmidt_reiterate (X, K, epsilon, n_on)
 performs classical gram schmidt orthonormalization algorithm with re-orthogonalization. loss of orthogonality is a multiple of machine precision. More...
 

Detailed Description

performs classical gram schmidt orthonormalization algorithm with re-orthogonalization. loss of orthogonality is a multiple of machine precision.

Definition in file gram_schmidt_reiterate.m.