Searched defs:blockCols (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 … Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const 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() 122 …ne BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 293 …ne BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl() 403 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
|