![]() |
Bachelor's degree final project
v1.0
Faculty of Mathematics, University of Barcelona
|
QR method header file. More...
#include "householder.h"
Go to the source code of this file.
Functions | |
void * | qr (size_t m, size_t n, double **const A, double **const QR) |
Compute the QR factorization of a matrix m-by-n. | |
void | premult_Q_vector (size_t m, size_t n, double **const QR, double *const b) |
Compute ![]() ![]() ![]() |
QR method header file.
This file contains the header for ::QR_method