Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Program to compute the QR decomposition of a given matrix. More...
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "qr_decompose.h"
Functions | |
int | main (void) |
main function | |
Program to compute the QR decomposition of a given matrix.