Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Math - Linear Algebra - VectorC SVD(const MatrixC & M)
 

   VectorC SVD(const MatrixC & M)    
 
Singular value decomposition, eg. M = U * D * V.T().
 
include "Ravl/Matrix.hh"
Created:24/01/2001 
Source file:Ravl/Math/LinearAlgebra/General/Matrix.hh
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.
Maintainer:Charles Galambos, Created: 24/01/2001, Documentation by CxxDoc: Tue Aug 13 09:59:57 2002