00001 00030 #ifndef QR_H 00031 #define QR_H 00032 00033 #include <itpp/base/mat.h> 00034 00035 00036 namespace itpp { 00037 00038 00041 00042 00055 bool qr(const mat &A, mat &Q, mat &R); 00056 00071 bool qr(const mat &A, mat &Q, mat &R, bmat &P); 00072 00086 bool qr(const cmat &A, cmat &Q, cmat &R); 00087 00102 bool qr(const cmat &A, cmat &Q, cmat &R, bmat &P); 00103 00105 00106 00107 } // namespace itpp 00108 00109 #endif // #ifndef QR_H
Generated on Thu Apr 24 13:38:57 2008 for IT++ by Doxygen 1.5.5