|
Linear Algebra
master
Accessible implementations of linear algebra algorithms
|
#include <chrono>#include <iomanip>#include <iostream>#include <linalg/HouseholderQR.hpp>#include <Eigen/QR>
Include dependency graph for QR-PerfTest.cpp:Go to the source code of this file.
Typedefs | |
| using | EigenMat = Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > |
Functions | |
| int | main (int argc, const char *argv[]) |
| using EigenMat = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor> |
Definition at line 35 of file QR-PerfTest.cpp.
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 38 of file QR-PerfTest.cpp.