IT++ Logo

schur.h

Go to the documentation of this file.
00001 
00030 #ifndef SCHUR_H
00031 #define SCHUR_H
00032 
00033 #include <itpp/base/mat.h>
00034 
00035 
00036 namespace itpp
00037 {
00038 
00056 bool schur(const mat &A, mat &U, mat &T);
00057 
00077 mat schur(const mat &A);
00078 
00079 
00094 bool schur(const cmat &A, cmat &U, cmat &T);
00095 
00112 cmat schur(const cmat &A);
00113 
00114 
00115 } // namespace itpp
00116 
00117 #endif // #ifndef SCHUR_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Mar 2 2011 22:04:50 for IT++ by Doxygen 1.7.3