Holds the singular value decomposition of a vnl_matrix_fixed. More...
#include <iosfwd>#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 <vnl/algo/vnl_algo_export.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> | |
| std::ostream & | operator<< (std::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.
| std::ostream& operator<< | ( | std::ostream & | , |
| vnl_svd_fixed< T, R, C > const & | svd | ||
| ) |
Definition at line 155 of file vnl_svd_fixed.hxx.
|
inline |
Definition at line 172 of file vnl_svd_fixed.h.
1.8.15