Searched defs:blockRows (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/Eigen/src/plugins/ |
| D | BlockMethods.h | 56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() 62 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index bloc… in block() 713 Index blockRows, Index blockCols) in block() 721 … Index blockRows, Index blockCols) const in block()
|
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseBlock.h | 57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 119 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl() 313 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
|