Honeycomb
0.1
Component-Model Framework
|
#include <Block.h>
Public Types | |
typedef Block< MatrixP_, Rows, Cols > | Subclass |
typedef MatrixBase< Subclass > | Base |
typedef StorageBlock< Subclass > | Storage |
typedef MatrixP_ | MatrixP |
typedef MatrixP::Real | Real |
typedef std::conditional< std::is_const< MatrixP >::value, const typename MatrixP::ElemT, typename MatrixP::ElemT >::type | ElemT |
Our element access is const if matrix is const. More... | |
typedef MatrixP::Alloc | Alloc |
Static Public Attributes | |
static const sdt | rows = Rows |
static const sdt | cols = Cols |
static const int | options = MatrixP::options |
typedef MatrixP::Alloc honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::Alloc |
typedef MatrixBase<Subclass> honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::Base |
typedef std::conditional<std::is_const<MatrixP>::value, const typename MatrixP::ElemT, typename MatrixP::ElemT>::type honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::ElemT |
Our element access is const if matrix is const.
typedef MatrixP_ honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::MatrixP |
typedef MatrixP::Real honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::Real |
typedef StorageBlock<Subclass> honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::Storage |
typedef Block<MatrixP_,Rows,Cols> honey::matrix::priv::BlockTraits< MatrixP_, Rows, Cols >::Subclass |
|
static |
|
static |
|
static |