Honeycomb  0.1
Component-Model Framework
Public Types | Static Public Attributes | List of all members
honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > > Struct Template Reference

(m x n)-dimensional matrix traits More...

#include <Matrix.h>

Public Types

typedef Storage< Matrix< Rows, Cols, Real_, Options, Alloc_ > > Storage
 
typedef Real_ Real
 
typedef Real ElemT
 
typedef Alloc_ Alloc
 

Static Public Attributes

static const sdt rows = Rows
 
static const sdt cols = Cols
 
static const int options = Options
 

Detailed Description

template<sdt Rows, sdt Cols, class Real_, int Options, class Alloc_>
struct honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >

(m x n)-dimensional matrix traits

Member Typedef Documentation

template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
typedef Alloc_ honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::Alloc
template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
typedef Real honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::ElemT
template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
typedef Real_ honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::Real
template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
typedef Storage<Matrix<Rows,Cols,Real_,Options,Alloc_> > honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::Storage

Member Data Documentation

template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
const sdt honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::cols = Cols
static
template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
const int honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::options = Options
static
template<sdt Rows, sdt Cols, class Real_ , int Options, class Alloc_ >
const sdt honey::matrix::priv::Traits< Matrix< Rows, Cols, Real_, Options, Alloc_ > >::rows = Rows
static

The documentation for this struct was generated from the following file: