User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Linear Algebra - VectorMatrixC EigenVectors(const MatrixC & A)
 

   VectorMatrixC EigenVectors(const MatrixC & A)    
 
Calculate the eigen values and vectors of this matrix, for real symmetric matrices
 
include "Ravl/Matrix.hh"
Created:24/01/2001 
User Level:Normal
Library:RavlMath
In Scope:RavlN

A = E*D*E~ where D is the diagonal matrix of eigenvalues D[i,j] = ret[i] if i=j and 0 otherwise. 'ret' is the returned vector and E is the returned matrix.
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002