IT++ Logo

svd.h

Go to the documentation of this file.
00001 
00030 #ifndef SVD_H
00031 #define SVD_H
00032 
00033 #include <itpp/base/mat.h>
00034 
00035 
00036 namespace itpp
00037 {
00038 
00061 bool svd(const mat &A, vec &s);
00062 
00085 bool svd(const cmat &A, vec &s);
00086 
00108 vec svd(const mat &A);
00109 
00132 vec svd(const cmat &A);
00133 
00156 bool svd(const mat &A, mat &U, vec &s, mat &V);
00157 
00180 bool svd(const cmat &A, cmat &U, vec &s, cmat &V);
00181 
00182 
00183 } // namespace itpp
00184 
00185 #endif // #ifndef SVD_H
SourceForge Logo

Generated on Thu Apr 23 20:06:39 2009 for IT++ by Doxygen 1.5.8