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

Go to the source code of this file.

Classes

class  honey::MatrixBase< Subclass >
 Matrix base class. More...
 
class  honey::Matrix< Rows, Cols, Real, Options, Alloc >
 (m x n)-dimensional matrix More...
 
class  honey::Vec< Dim, Real, Options, Alloc >
 N-dimensional vector. More...
 
struct  honey::matrix::priv::Traits< Subclass >
 
struct  honey::matrix::Option
 Matrix type options. More...
 
struct  honey::matrix::Option::setAlign< Align >
 Alignment must be a power of 2. More...
 
struct  honey::matrix::Option::getAlign< Options >
 
class  honey::matrix::Block< MatrixP, s_rows, s_cols >
 Matrix block view. More...
 
struct  honey::vec::priv::Segment< Vec, Dim >
 Vector segment view. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 
 honey::matrix
 Matrix util.
 
 honey::matrix::priv
 Matrix implementation details.
 
 honey::vec
 Vec util.
 
 honey::vec::priv
 Vec implementation details.
 

Variables

static const sdt honey::matrix::dynamic = -1