Classes | Functions
core/vnl/algo/vnl_svd_fixed.h File Reference

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)

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

template<class T , unsigned int R, unsigned int C>
export vcl_ostream& operator<< ( vcl_ostream &  ,
vnl_svd_fixed< T, R, C > const &  svd 
)

Definition at line 152 of file vnl_svd_fixed.txx.

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 171 of file vnl_svd_fixed.h.