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

UnaryFunctional Class Reference

UnaryFunctional Class Reference

Base class for all unary functions. More...

#include <tvmet/Functional.h>

Inherits tvmet::Functional.

Inherited by Fcnl_abs< std::complex< T > >, Fcnl_conj< T >, and Fcnl_conj< std::complex< T > >.


Detailed Description

Base class for all unary functions.

Note:
Used for collecting classes for doxygen.

Definition at line 55 of file Functional.h.