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:- drsc Dimensionality Reduction for Spectral Clustering
- drsc_linesearch Line search subroutine to determine stepsize for gradient ascent performed by DRSC
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005