Expression of a fixed-size or dynamic-size block. More...
#include <Block.h>
Inheritance diagram for Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess >:Public Member Functions | |
| Block (XprType &xpr, Index i) | |
| Block (XprType &xpr, Index startRow, Index startCol) | |
| Block (XprType &xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) | |
| const Scalar * | data () const |
Expression of a fixed-size or dynamic-size block.
| XprType | the type of the expression in which we are taking a block |
| BlockRows | the number of rows of the block we are taking at compile time (optional) |
| BlockCols | the number of columns of the block we are taking at compile time (optional) |
| _DirectAccessStatus |
|
inline |
Column or Row constructor
|
inline |
Fixed-size constructor
|
inline |
Dynamic-size constructor
|
inline |