00001 00033 #ifndef QR_H 00034 #define QR_H 00035 00036 #include <itpp/base/mat.h> 00037 00038 00039 namespace itpp { 00040 00041 00044 00045 00058 bool qr(const mat &A, mat &Q, mat &R); 00059 00074 bool qr(const mat &A, mat &Q, mat &R, bmat &P); 00075 00089 bool qr(const cmat &A, cmat &Q, cmat &R); 00090 00105 bool qr(const cmat &A, cmat &Q, cmat &R, bmat &P); 00106 00108 00109 00110 } // namespace itpp 00111 00112 #endif // #ifndef QR_H
Generated on Fri Jan 11 08:51:37 2008 for IT++ by Doxygen 1.3.9.1