Contains added code for stm32-L432KC compatibility

Dependents:   BNO080_stm32_compatible

Embed: (wiki syntax)

« Back to documentation index

tmatrix.h File Reference

tmatrix.h File Reference

A dimension-templatized class for matrices of values. More...

Go to the source code of this file.

Data Structures

class  BasicIndexMatrix< Rows, Cols, value_type >
 Class that layers on operator[] functionality for typical matrices. More...
class  BasicIndexMatrix< Rows, 1, value_type >
 Specialization of BasicIndexMatrix that provides single-indexing operator for column vectors. More...
class  TMatrix< Rows, Cols, value_type >
 A dimension-templatized class for matrices of values. More...
class  TMatrix< 4, 1, value_type >
 Template specialization of TMatrix for Vector4. More...
class  TMatrix< 3, 1, value_type >
 Template specialization of TMatrix for Vector3. More...
class  TMatrix< 2, 1, value_type >
 Template specialization of TMatrix for Vector2. More...
class  TMatrix< 1, 1, value_type >
 Template specialization of TMatrix for a 1x1 vector. More...
class  BasicMatrix< Rows, Cols, value_type >
 Base class implementing standard matrix functionality. More...

Detailed Description

A dimension-templatized class for matrices of values.

Definition in file tmatrix.h.