Modifications
fsm, 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.
Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Definition in file vnl_svd.h.
#include <vnl/vnl_numeric_traits.h>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_diag_matrix.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
| class | vnl_svd< T > |
| Holds the singular value decomposition of a vnl_matrix. More... | |
Functions | |
| template<class T> | |
| vnl_matrix< T > | vnl_svd_inverse (vnl_matrix< T > const &m) |
| template<class T> | |
| export vcl_ostream & | operator<< (vcl_ostream &, vnl_svd< T > const &svd) |
| export vcl_ostream& operator<< | ( | vcl_ostream & | , | |
| vnl_svd< T > const & | svd | |||
| ) |
Definition at line 162 of file vnl_svd.txx.
| vnl_matrix<T> vnl_svd_inverse | ( | vnl_matrix< T > const & | m | ) | [inline] |
1.5.1