IT++ Logo
qr.h
Go to the documentation of this file.
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Tue Dec 6 2011 16:51:41 for IT++ by Doxygen 1.7.4