![]() |
Eigen
3.3.3
|
Generic implementation of sparse Block expression. Real-only.
Inheritance diagram for Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >:Public Member Functions | |
| BlockImpl (XprType &xpr, Index i) | |
| BlockImpl (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) | |
| Index | cols () const |
| Index | rows () const |
| Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >::BlockImpl | ( | XprType & | xpr, |
| Index | i | ||
| ) | [inline] |
Column or Row constructor
| Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >::BlockImpl | ( | XprType & | xpr, |
| Index | startRow, | ||
| Index | startCol, | ||
| Index | blockRows, | ||
| Index | blockCols | ||
| ) | [inline] |
Dynamic-size constructor
| Index Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< Block< XprType, BlockRows, BlockCols, InnerPanel > >.
| Index Eigen::BlockImpl< XprType, BlockRows, BlockCols, InnerPanel, Sparse >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::SparseMatrixBase< Block< XprType, BlockRows, BlockCols, InnerPanel > >.