Bachelor's degree final project  v1.0
Faculty of Mathematics, University of Barcelona
Functions
src/include/householder.h File Reference

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 $P_vA$ where $A$ and $P_v$ are respectively m-by-n and n-by-n matrixs.

Detailed Description

QR method header file.

Author:
Joan Gimeno
Date:
21/01/2014 (start)
Version:
1.0

This file contains the header for ::QR_decomposition