|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Program to compute the QR decomposition of a given matrix. More...
#include <array>#include <cmath>#include <cstdlib>#include <ctime>#include <iostream>#include "./qr_decompose.h"Functions | |
| int | main (void) |
Program to compute the QR decomposition of a given matrix.
| int main | ( | void | ) |
main function