rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
gram_schmidt_parallel.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 Xon = VecMat.gram_schmidt_parallel (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_parallel.m.