This is some awesome robot code

Dependencies:   mbed-rtos mbed QEI

Fork of ICRSEurobot13 by Thomas Branch

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.