Classes | Functions
vnl_svd_fixed.h File Reference

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)
 

Detailed Description

Holds the singular value decomposition of a vnl_matrix_fixed.

Author
Andrew W. Fitzgibbon, Ian Scott
Date
12 Oct 2009

Definition in file vnl_svd_fixed.h.

Function Documentation

◆ operator<<()

template<class T , unsigned int R, unsigned int C>
std::ostream& operator<< ( std::ostream &  ,
vnl_svd_fixed< T, R, C > const &  svd 
)

Definition at line 155 of file vnl_svd_fixed.hxx.

◆ vnl_svd_fixed_inverse()

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)
inline

Definition at line 172 of file vnl_svd_fixed.h.