Home
last modified time | relevance | path

Searched defs:blockRows (Results 1 – 7 of 7) 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()
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/
DBlockMethods.h64 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()
824Index blockRows, Index blockCols) const in block()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
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
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
/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
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...