This is the Tiny Vector Matrix Expression Templates library found at http://tvmet.sourceforge.net. It is the fastest and most compact matrix lib out there (for < 10x10 matricies). I have done some minor tweaks to make it compile for mbed. For examples and hints on how to use, see: http://tvmet.sourceforge.net/usage.html

Dependents:   Eurobot_2012_Secondary

Embed: (wiki syntax)

« Back to documentation index

Fcnl_swap< T1, T2 > Class Template Reference

Fcnl_swap< T1, T2 > Class Template Reference

Binary operator for swapping values using temporaries. More...

#include <tvmet/BinaryFunctionals.h>

Inherits tvmet::BinaryFunctional.


Detailed Description

template<class T1, class T2>
class tvmet::Fcnl_swap< T1, T2 >

Binary operator for swapping values using temporaries.

Definition at line 277 of file BinaryFunctionals.h.