Home
last modified time | relevance | path

Searched defs:blockRows (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/plugins/
DBlockMethods.h56 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()
721Index blockRows, Index blockCols) const in block()
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
122 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl()
293 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl()
403 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java87 private final int blockRows; field in BlockFieldMatrix
216 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local
280 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local
DBlockRealMatrix.java85 private final int blockRows; field in BlockRealMatrix
211 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local
270 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local