D | BlockMethods.h | 56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() argument 58 return Block<Derived>(derived(), startRow, startCol, blockRows, blockCols); in block() 62 … Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const in block() argument 64 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols); in block() 713 Index blockRows, Index blockCols) in block() argument 715 return Block<Derived, BlockRows, BlockCols>(derived(), startRow, startCol, blockRows, blockCols); in block() 721 … Index blockRows, Index blockCols) const in block() argument 723 …rn Block<const Derived, BlockRows, BlockCols>(derived(), startRow, startCol, blockRows, blockCols); in block()
|