IT++ Logo Newcom Logo

svd.h

Go to the documentation of this file.
00001 
00033 #ifndef SVD_H
00034 #define SVD_H
00035 
00036 #include <itpp/base/vec.h>
00037 #include <itpp/base/mat.h>
00038 
00039 
00040 namespace itpp {
00041 
00057   bool svd(const mat &A, vec &S);
00058 
00074   bool svd(const cmat &A, vec &S);
00075 
00091   vec svd(const mat &A);
00092 
00108   vec svd(const cmat &A);
00109 
00125   bool svd(const mat &A, mat &U, vec &S, mat &V);
00126 
00142   bool svd(const cmat &A, cmat &U, vec &S, cmat &V);
00143 
00144 
00145 } // namespace itpp
00146 
00147 #endif // #ifndef SVD_H
SourceForge Logo

Generated on Sat Aug 25 23:37:27 2007 for IT++ by Doxygen 1.5.2