#include <SVD.h>

| Public Member Functions | |
| Constructors | |
| All constructors are forwarded to SVD in a straightforward manner. | |
| template<int R2, int C2, typename P2 , typename B2 > | |
| SQSVD (const Matrix< R2, C2, P2, B2 > &m) | |
| SQSVD (int size) | |
| SQSVD () | |
version of SVD forced to be square princiapally here to allow use in WLS
Definition at line 293 of file SVD.h.
| TooN::SQSVD< Size, Precision >::SQSVD | ( | ) |  [inline] | 
| TooN::SQSVD< Size, Precision >::SQSVD | ( | int | size | ) |  [inline] | 
| TooN::SQSVD< Size, Precision >::SQSVD | ( | const Matrix< R2, C2, P2, B2 > & | m | ) |  [inline] |