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() 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/ | 
| D | BlockMethods.h | 96 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() 1083 …                                                            Index blockRows, Index blockCols) const  in block()
  | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ | 
| 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
  | 
| 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
  | 
| /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
  |