gram_schmidt

PURPOSE

Gram-Schmidt orthonormalisation of vector (V) with respect to columns of (W)

SYNOPSIS

function v = gram_schmidt(v,W)

DESCRIPTION

Gram-Schmidt orthonormalisation of vector (V) with respect to columns of (W)
V = GRAM_SCHMIDT(V,W)

 Inputs:
    (V): D-by-1 vector 
    (W): D-by-N Matrix whose columns are orthonormal vectors

 Output:
    (V): Vector orthonormal to each column in (W)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005