IT++ Logo

eigen.h

Go to the documentation of this file.
00001 
00030 #ifndef EIGEN_H
00031 #define EIGEN_H
00032 
00033 #include <itpp/base/mat.h>
00034 
00035 
00036 namespace itpp
00037 {
00038 
00054 bool eig_sym(const mat &A, vec &d, mat &V);
00055 
00070 bool eig_sym(const mat &A, vec &d);
00071 
00085 vec eig_sym(const mat &A);
00086 
00102 bool eig_sym(const cmat &A, vec &d, cmat &V);
00103 
00118 bool eig_sym(const cmat &A, vec &d);
00119 
00133 vec eig_sym(const cmat &A);
00134 
00150 bool eig(const mat &A, cvec &d, cmat &V);
00151 
00166 bool eig(const mat &A, cvec &d);
00167 
00181 cvec eig(const mat &A);
00182 
00198 bool eig(const cmat &A, cvec &d, cmat &V);
00199 
00214 bool eig(const cmat &A, cvec &d);
00215 
00229 cvec eig(const cmat &A);
00230 
00231 } // namespace itpp
00232 
00233 #endif // #ifndef EIGEN_H
SourceForge Logo

Generated on Sun Jul 26 08:36:47 2009 for IT++ by Doxygen 1.5.9