Searched defs:blockRows (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 68 Index blockRows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); } in blockRows() function 115 …ix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockC… in sparse_matrix_block_impl() 273 Index blockRows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); } in blockRows() function 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 430 Index blockRows() const { return m_blockRows.value(); } in blockRows() function
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() 71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) … in block() 816 Index blockRows, Index blockCols) in block() 824 … Index blockRows, Index blockCols) const in block()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 85 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
|
D | BlockFieldMatrix.java | 87 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
|
/external/dng_sdk/source/ |
D | dng_read_image.cpp | 923 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local
|
D | dng_image_writer.cpp | 3187 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local
|