Definition at line 256 of file Core/Block.h.
#include <src/Core/Block.h>
Public Types | |
typedef MapBase< Block > | Base |
Public Member Functions | |
Block (XprType &xpr, Index i) | |
Column or Row constructor. | |
Block (XprType &xpr, Index startRow, Index startCol) | |
Fixed-size constructor. | |
Block (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) | |
Dynamic-size constructor. | |
Index | innerStride () const |
Index | outerStride () const |
Protected Member Functions | |
void | init () |
Protected Attributes | |
const XprType::Nested | m_xpr |
int | m_outerStride |
typedef MapBase<Block> Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base |
Definition at line 261 of file Core/Block.h.
Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block | ( | XprType & | xpr, |
Index | startRow, | ||
Index | startCol, | ||
Index | blockRows, | ||
Index | blockCols | ||
) | [inline] |
Dynamic-size constructor.
Definition at line 294 of file Core/Block.h.
References Dynamic, and eigen_assert.
void Block< XprType, BlockRows, BlockCols, InnerPanel, true >::init | ( | ) | [inline, protected] |
Definition at line 337 of file Core/Block.h.
Index Block< XprType, BlockRows, BlockCols, InnerPanel, true >::innerStride | ( | ) | const [inline] |
Definition at line 308 of file Core/Block.h.
Index Block< XprType, BlockRows, BlockCols, InnerPanel, true >::outerStride | ( | ) | const [inline] |
Definition at line 316 of file Core/Block.h.
int Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_outerStride [protected] |
Definition at line 345 of file Core/Block.h.
const XprType::Nested Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_xpr [protected] |
Definition at line 344 of file Core/Block.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |