![]() |
Bachelor's degree final project
v1.0
Faculty of Mathematics, University of Barcelona
|
QR method header file. More...
#include "utils.h"
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 ![]() ![]() ![]() |
QR method header file.
This file contains the header for ::QR_decomposition