Bachelor's degree final project  v1.0
Faculty of Mathematics, University of Barcelona
Functions
src/qr.c File Reference
#include "utils.h"
+ Include dependency graph for qr.c:

Functions

int qrsis (int n, int m, double **a, double *b, double tol)
int resq (double **a, int n, double *d, double *b, double tol)
int resr (double **a, int m, double *d, double *b, double tol)
void qrdes (double **a, int n, int m, double *d)

Function Documentation

void qrdes ( double **  a,
int  n,
int  m,
double *  d 
)

References pic::n, and pic::w.

+ Here is the caller graph for this function:

int qrsis ( int  n,
int  m,
double **  a,
double *  b,
double  tol 
)

References pic::n, qrdes(), resq(), and resr().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int resq ( double **  a,
int  n,
double *  d,
double *  b,
double  tol 
)

References pic::n.

+ Here is the caller graph for this function:

int resr ( double **  a,
int  m,
double *  d,
double *  b,
double  tol 
)

+ Here is the caller graph for this function: