![]() |
Bachelor's degree final project
v1.0
Faculty of Mathematics, University of Barcelona
|
QR method header file. More...
#include "utils.h"
Include dependency graph for householder.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void * | householder_matrix (size_t m, double **const A, double *const v, size_t idx) |
| Derive the householder vector using a matrix. | |
| void * | premult_matrix (size_t m, size_t n, double **const A, double **const QR, double *const v, double *const w, size_t idx) |
Compute where and are respectively m-by-n and n-by-n matrixs. | |
QR method header file.
This file contains the header for ::QR_decomposition
1.7.6.1