Go to the documentation of this file.
33#include <itpp/itexports.h>
55ITPP_EXPORT
bool qr(
const mat &A, mat &Q, mat &R);
71ITPP_EXPORT
bool qr(
const mat &A, mat &R);
87ITPP_EXPORT
bool qr(
const mat &A, mat &Q, mat &R,
bmat &P);
102ITPP_EXPORT
bool qr(
const cmat &A, cmat &Q, cmat &R);
118ITPP_EXPORT
bool qr(
const cmat &A, cmat &R);
134ITPP_EXPORT
bool qr(
const cmat &A, cmat &Q, cmat &R,
bmat &P);
bool qr(const mat &A, mat &Q, mat &R)
QR factorisation of real matrix.
Matrix Class Definitions.
Mat< bin > bmat
bin matrix
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.12.0