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

Extremum< T1, T2, Tag > Class Template Reference

Extremum< T1, T2, Tag > Class Template Reference

Generell class for storing extremums determined by min/max. More...

#include <tvmet/Extremum.h>


Detailed Description

template<class T1, class T2, class Tag>
class tvmet::Extremum< T1, T2, Tag >

Generell class for storing extremums determined by min/max.

, matrix_tag> Extremum.h "tvmet/Extremum.h"

, vector_tag> Extremum.h "tvmet/Extremum.h"

Partial specialzed for vectors to store extremums by value and index.

Partial specialzed for matrix to store extremums by value, row and column.

Definition at line 51 of file Extremum.h.