User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Linear Algebra - VectorC SVD_IP(MatrixC & M)
 

   VectorC SVD_IP(MatrixC & M)    
 
Singular value decomposition, eg. M = U * D * V.T().
 
include "Ravl/Matrix.hh"
Created:24/01/2001 
User Level:Normal
Library:RavlMath
In Scope:RavlN

The diagonal matrix D is returned as a vector. Values for the other matrixes are not computed. If the operation failes the returned vector is invalid.

NB. This function destory's the contents of this matrix!
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002