Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_svd.h File Reference

Holds the singular value decomposition of a vnl_matrix. More...

Go to the source code of this file.

Compounds

class  vnl_svd

Functions

template<class T> vcl_ostream & operator<< (vcl_ostream &, vnl_svd< T > const &svd)
template<class T> vnl_matrix< T > vnl_svd_inverse (vnl_matrix< T > const &m)


Detailed Description

Holds the singular value decomposition of a vnl_matrix.

Author:
Andrew W. Fitzgibbon, Oxford IERG, 15 Jul 96
Modifications F. Schaffalitzky, Oxford IESRG, 26 Mar 1999 1. The singular values are now stored as reals (not complexes) when T is complex. 2. Fixed bug : for complex T, matrices have to be conjugated as well as transposed.

Definition in file vnl_svd.h.


Function Documentation

template<class T>
vcl_ostream& operator<< vcl_ostream &   ,
vnl_svd< T > const &    svd
 

template<class T>
vnl_matrix<T> vnl_svd_inverse vnl_matrix< T > const &    m [inline]
 

Definition at line 171 of file vnl_svd.h.


Generated at Fri May 21 01:16:10 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000