TooN::HV_SVD< Rows, Cols, Vertical > Class Template Reference

List of all members.

Public Member Functions

 HV_SVD ()
template<class Accessor>
 HV_SVD (const FixedMatrix< Rows, Cols, Accessor > &m)
template<class Accessor>
void compute (const FixedMatrix< Rows, Cols, Accessor > &m)
Matrix< Rows, Inter,
RowMajor > & 
get_U ()
Vector< Inter > & get_diagonal ()
Matrix< Inter, Cols,
RowMajor > & 
get_VT ()
 HV_SVD ()
template<class Accessor>
 HV_SVD (const FixedMatrix< Rows, Cols, Accessor > &m)
template<class Accessor>
void compute (const FixedMatrix< Rows, Cols, Accessor > &m)
Matrix< Rows, Inter,
RowMajor > & 
get_U ()
Vector< Inter > & get_diagonal ()
Matrix< Inter, Cols,
RowMajor > & 
get_VT ()

Static Public Attributes

static const int Inter = (Rows>Cols?Cols:Rows)

Protected Attributes

Matrix< Rows, Inter,
RowMajor
my_U
Vector< Intermy_diagonal
Matrix< Inter, Cols,
RowMajor
my_VT
Matrix< Rows, Inter,
RowMajor
my_U
Vector< Intermy_diagonal
Matrix< Inter, Cols,
RowMajor
my_VT


Detailed Description

template<int Rows, int Cols>
class TooN::HV_SVD< Rows, Cols, Vertical >

Definition at line 40 of file SVD.h.


The documentation for this class was generated from the following files:
Generated on Fri Feb 22 18:26:57 2008 for QVision by  doxygen 1.5.3