IT++ Logo Newcom Logo

eigen.h

Go to the documentation of this file.
00001 
00033 #ifndef EIGEN_H
00034 #define EIGEN_H
00035 
00036 #include <itpp/base/vec.h>
00037 #include <itpp/base/mat.h>
00038 
00039 
00040 namespace itpp {
00041 
00057   bool eig_sym(const mat &A, vec &d, mat &V);
00058 
00073   bool eig_sym(const mat &A, vec &d);
00074 
00088   vec eig_sym(const mat &A);
00089 
00105   bool eig_sym(const cmat &A, vec &d, cmat &V);
00106 
00121   bool eig_sym(const cmat &A, vec &d);
00122 
00136   vec eig_sym(const cmat &A);
00137 
00153   bool eig(const mat &A, cvec &d, cmat &V);
00154 
00169   bool eig(const mat &A, cvec &d);
00170 
00184   cvec eig(const mat &A);
00185 
00201   bool eig(const cmat &A, cvec &d, cmat &V);
00202 
00217   bool eig(const cmat &A, cvec &d);
00218 
00232   cvec eig(const cmat &A);
00233 
00234 } // namespace itpp
00235 
00236 #endif // #ifndef EIGEN_H
SourceForge Logo

Generated on Wed Apr 18 11:23:29 2007 for IT++ by Doxygen 1.5.2