TheAlgorithms/C++ 1.0.0
All the 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"
Go to the source code of this file.
Functions | |
int | main (void) |
Program to compute the QR decomposition of a given matrix.
Definition in file qr_decomposition.cpp.
int main | ( | void | ) |
main function
Definition at line 23 of file qr_decomposition.cpp.