00001 00030 #ifndef QR_H 00031 #define QR_H 00032 00033 #include <itpp/base/mat.h> 00034 00035 00036 namespace itpp 00037 { 00038 00039 00042 00043 00056 bool qr(const mat &A, mat &Q, mat &R); 00057 00072 bool qr(const mat &A, mat &Q, mat &R, bmat &P); 00073 00087 bool qr(const cmat &A, cmat &Q, cmat &R); 00088 00103 bool qr(const cmat &A, cmat &Q, cmat &R, bmat &P); 00104 00106 00107 00108 } // namespace itpp 00109 00110 #endif // #ifndef QR_H
Generated on Thu Apr 23 20:06:46 2009 for IT++ by Doxygen 1.5.8