TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
bench_move_semantics.cpp File Reference
#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 ()
 

Function Documentation

◆ bench()

template<typename Scalar >
void bench ( const std::string &  label)

◆ copy_matrix()

template<typename MatrixType >
void copy_matrix ( MatrixType m)

◆ main()

int main ( void  )

◆ move_matrix()

template<typename MatrixType >
void move_matrix ( MatrixType &&  m)