IT++ Logo
qr.h
Go to the documentation of this file.
1
29#ifndef QR_H
30#define QR_H
31
32#include <itpp/base/mat.h>
33#include <itpp/itexports.h>
34
35namespace itpp
36{
37
38
42
55ITPP_EXPORT bool qr(const mat &A, mat &Q, mat &R);
56
71ITPP_EXPORT bool qr(const mat &A, mat &R);
72
87ITPP_EXPORT bool qr(const mat &A, mat &Q, mat &R, bmat &P);
88
102ITPP_EXPORT bool qr(const cmat &A, cmat &Q, cmat &R);
103
118ITPP_EXPORT bool qr(const cmat &A, cmat &R);
119
134ITPP_EXPORT bool qr(const cmat &A, cmat &Q, cmat &R, bmat &P);
135
137
138
139} // namespace itpp
140
141#endif // #ifndef QR_H
bool qr(const mat &A, mat &Q, mat &R)
QR factorisation of real matrix.
Definition qr.cpp:303
Matrix Class Definitions.
Mat< bin > bmat
bin matrix
Definition mat.h:508
itpp namespace
Definition itmex.h:37
SourceForge Logo

Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0