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

IoPrintHelper< C > Class Template Reference

IoPrintHelper< C > Class Template Reference

Determines the number of digits regarding the sign of the container. More...

#include <tvmet/Io.h>


Detailed Description

template<class C>
class tvmet::IoPrintHelper< C >

Determines the number of digits regarding the sign of the container.

This class is nesessary due to the complex type and the function min(), which are not defined for this type. So we have to dispatch between pod and complex types to get an information about the extra space for signs.

Definition at line 39 of file Io.h.