33 #include <itpp/itexports.h> 55 ITPP_EXPORT
bool qr(
const mat &A, mat &Q, mat &R);
71 ITPP_EXPORT
bool qr(
const mat &A, mat &R);
87 ITPP_EXPORT
bool qr(
const mat &A, mat &Q, mat &R,
bmat &P);
102 ITPP_EXPORT
bool qr(
const cmat &A, cmat &Q, cmat &R);
118 ITPP_EXPORT
bool qr(
const cmat &A, cmat &R);
134 ITPP_EXPORT
bool qr(
const cmat &A, cmat &Q, cmat &R,
bmat &P);
141 #endif // #ifndef QR_H Matrix Class Definitions.
bool qr(const mat &A, mat &Q, mat &R)
QR factorisation of real matrix.
Mat< bin > bmat
bin matrix