IT++ Logo Newcom Logo

qr.h

Go to the documentation of this file.
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
SourceForge Logo

Generated on Thu Apr 19 14:19:52 2007 for IT++ by Doxygen 1.4.6