00001 00033 #ifndef SCHUR_H 00034 #define SCHUR_H 00035 00036 #include <itpp/base/mat.h> 00037 00038 00039 namespace itpp { 00040 00058 bool schur(const mat &A, mat &U, mat &T); 00059 00079 mat schur(const mat &A); 00080 00081 00096 bool schur(const cmat &A, cmat &U, cmat &T); 00097 00114 cmat schur(const cmat &A); 00115 00116 00117 } // namespace itpp 00118 00119 #endif // #ifndef SCHUR_H
Generated on Thu Apr 19 14:23:57 2007 for IT++ by Doxygen 1.4.6