Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Typedefs
Matrix.h File Reference
#include "Honey/Math/Alge/Matrix/Base.h"
Include dependency graph for Matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >
 (m x n)-dimensional matrix traits More...
 
class  honey::Matrix< Rows, Cols, Real, Options, Alloc >
 (m x n)-dimensional matrix More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 

Typedefs

typedef Matrix< matrix::dynamic, matrix::dynamic > honey::MatrixN
 (m x n)-dimensional matrix types More...
 
typedef Matrix< matrix::dynamic, matrix::dynamic, Float > honey::MatrixN_f
 
typedef Matrix< matrix::dynamic, matrix::dynamic, Double > honey::MatrixN_d