|
TR-mbed 1.0
|
#include <iostream>#include "BenchTimer.h"#include <Eigen/Dense>#include <map>#include <vector>#include <string>#include <sstream>Functions | |
| template<typename Solver , typename MatrixType > | |
| EIGEN_DONT_INLINE void | compute_norm_equation (Solver &solver, const MatrixType &A) |
| template<typename Solver , typename MatrixType > | |
| EIGEN_DONT_INLINE void | compute (Solver &solver, const MatrixType &A) |
| template<typename Scalar , int Size> | |
| void | bench (int id, int rows, int size=Size) |
| int | main () |
Variables | |
| std::map< std::string, Array< float, 1, 8, DontAlign|RowMajor > > | results |
| std::vector< std::string > | labels |
| std::vector< Array2i > | sizes |
| EIGEN_DONT_INLINE void compute | ( | Solver & | solver, |
| const MatrixType & | A | ||
| ) |
| EIGEN_DONT_INLINE void compute_norm_equation | ( | Solver & | solver, |
| const MatrixType & | A | ||
| ) |
| int main | ( | void | ) |
| std::vector<std::string> labels |
| std::map<std::string,Array<float,1,8,DontAlign|RowMajor> > results |
| std::vector<Array2i> sizes |