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 
00055   bool schur(const mat &A, mat &U, mat &T);
00056 
00076   mat schur(const mat &A);
00077 
00078 
00093   bool schur(const cmat &A, cmat &U, cmat &T);
00094 
00111   cmat schur(const cmat &A);
00112 
00113 
00114 } // namespace itpp
00115 
00116 #endif // #ifndef SCHUR_H
SourceForge Logo

Generated on Sat Apr 19 10:42:04 2008 for IT++ by Doxygen 1.5.5