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

Matrix< T, NRows, NCols >::Info Struct Reference

Matrix< T, NRows, NCols >::Info Struct Reference

Structure for info printing as Matrix<T, Rows, Cols>. More...

#include <Matrix.h>

Inherits TvmetBase< Info >.


Detailed Description

template<class T, std::size_t NRows, std::size_t NCols>
struct tvmet::Matrix< T, NRows, NCols >::Info

Structure for info printing as Matrix<T, Rows, Cols>.

Definition at line 434 of file Matrix.h.