Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h35 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()
357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
390 Index blockRows() const { return m_blockRows.value(); } in blockRows() function
/external/eigen/Eigen/src/plugins/
DBlockMethods.h96 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) in block()
110 block(Index startRow, Index startCol, NRowsType blockRows, NColsType blockCols) const in block()
1074 Index blockRows, Index blockCols) in block()
1083Index blockRows, Index blockCols) const in block()
/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
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DBlockRealMatrix.java84 private final int blockRows; field in BlockRealMatrix
203 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local
256 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local
DBlockFieldMatrix.java87 private final int blockRows; field in BlockFieldMatrix
209 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local
267 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local
/external/dng_sdk/source/
Ddng_read_image.cpp923 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local
Ddng_image_writer.cpp3187 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local