IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eigen.h
Go to the documentation of this file.
1 
29 #ifndef EIGEN_H
30 #define EIGEN_H
31 
32 #include <itpp/base/mat.h>
33 
34 
35 namespace itpp
36 {
37 
53 bool eig_sym(const mat &A, vec &d, mat &V);
54 
69 bool eig_sym(const mat &A, vec &d);
70 
84 vec eig_sym(const mat &A);
85 
101 bool eig_sym(const cmat &A, vec &d, cmat &V);
102 
117 bool eig_sym(const cmat &A, vec &d);
118 
132 vec eig_sym(const cmat &A);
133 
149 bool eig(const mat &A, cvec &d, cmat &V);
150 
165 bool eig(const mat &A, cvec &d);
166 
180 cvec eig(const mat &A);
181 
197 bool eig(const cmat &A, cvec &d, cmat &V);
198 
213 bool eig(const cmat &A, cvec &d);
214 
228 cvec eig(const cmat &A);
229 
230 } // namespace itpp
231 
232 #endif // #ifndef EIGEN_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:12 for IT++ by Doxygen 1.8.1.2