Holds the singular value decomposition of a vnl_matrix_fixed. More...
#include <vnl/vnl_numeric_traits.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vnl/vnl_diag_matrix_fixed.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vnl_svd_fixed< T, R, C > |
Holds the singular value decomposition of a vnl_matrix_fixed. More... | |
Functions | |
template<class T , unsigned int R, unsigned int C> | |
vnl_matrix_fixed< T, C, R > | vnl_svd_fixed_inverse (vnl_matrix_fixed< T, R, C > const &m) |
template<class T , unsigned int R, unsigned int C> | |
export vcl_ostream & | operator<< (vcl_ostream &, vnl_svd_fixed< T, R, C > const &svd) |
Holds the singular value decomposition of a vnl_matrix_fixed.
Definition in file vnl_svd_fixed.h.
export vcl_ostream& operator<< | ( | vcl_ostream & | , |
vnl_svd_fixed< T, R, C > const & | svd | ||
) |
Definition at line 152 of file vnl_svd_fixed.txx.
vnl_matrix_fixed<T,C,R> vnl_svd_fixed_inverse | ( | vnl_matrix_fixed< T, R, C > const & | m | ) | [inline] |
Definition at line 171 of file vnl_svd_fixed.h.