|
TR-mbed 1.0
|
#include "BenchTimer.h"#include "../test/MovableScalar.h"#include <Eigen/Core>#include <iostream>#include <utility>Functions | |
| template<typename MatrixType > | |
| void | copy_matrix (MatrixType &m) |
| template<typename MatrixType > | |
| void | move_matrix (MatrixType &&m) |
| template<typename Scalar > | |
| void | bench (const std::string &label) |
| int | main () |
| void bench | ( | const std::string & | label | ) |
| void copy_matrix | ( | MatrixType & | m | ) |
| int main | ( | void | ) |
| void move_matrix | ( | MatrixType && | m | ) |