
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. | |
| const internal::remove_all < typename XprType::Nested > ::type & | nestedExpression () const |
| Index | innerStride () const |
| Index | outerStride () const |
Protected Member Functions | |
| void | init () |
Protected Attributes | |
| const XprType::Nested | m_xpr |
| int | m_outerStride |
| typedef MapBase<Block> Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Base |
| Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block | ( | XprType & | xpr, |
| Index | i | ||
| ) | [inline] |
| Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block | ( | XprType & | xpr, |
| Index | startRow, | ||
| Index | startCol | ||
| ) | [inline] |
| Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::Block | ( | XprType & | xpr, |
| Index | startRow, | ||
| Index | startCol, | ||
| Index | blockRows, | ||
| Index | blockCols | ||
| ) | [inline] |
| void Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::init | ( | ) | [inline, protected] |
| Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::innerStride | ( | ) | const [inline] |
| const internal::remove_all<typename XprType::Nested>::type& Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::nestedExpression | ( | ) | const [inline] |
| Index Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::outerStride | ( | ) | const [inline] |
int Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_outerStride [protected] |
const XprType::Nested Eigen::Block< XprType, BlockRows, BlockCols, InnerPanel, true >::m_xpr [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |