/external/eigen/Eigen/src/Core/ |
D | Block.h | 141 Index blockRows, Index blockCols) 142 : Impl(xpr, startRow, startCol, blockRows, blockCols) 144 eigen_assert((RowsAtCompileTime==Dynamic || RowsAtCompileTime==blockRows) 146 eigen_assert(startRow >= 0 && blockRows >= 0 && startRow <= xpr.rows() - blockRows 165 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) 166 : Impl(xpr, startRow, startCol, blockRows, blockCols) {} 213 Index blockRows, Index blockCols) 215 m_blockRows(blockRows), m_blockCols(blockCols) 373 Index blockRows, Index blockCols) 374 …tartCol:startRow) + xpr.outerStride()*(XprTypeIsRowMajor?startRow:startCol), blockRows, blockCols), [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | Parallelizer.h | 143 Index blockRows = (rows / actual_threads); in parallelize_gemm() 144 blockRows = (blockRows/Functor::Traits::mr)*Functor::Traits::mr; in parallelize_gemm() 146 Index r0 = i*blockRows; in parallelize_gemm() 147 Index actualBlockRows = (i+1==actual_threads) ? rows-r0 : blockRows; in parallelize_gemm()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 85 private final int blockRows; field in BlockRealMatrix 106 blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in BlockRealMatrix() 156 blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in BlockRealMatrix() 161 blocks = new double[blockRows * blockColumns][]; in BlockRealMatrix() 168 for (int iBlock = 0; iBlock < blockRows; ++iBlock) { in BlockRealMatrix() 211 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local 225 final double[][] blocks = new double[blockRows * blockColumns][]; in toBlocksLayout() 227 for (int iBlock = 0; iBlock < blockRows; ++iBlock) { in toBlocksLayout() 270 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local 273 final double[][] blocks = new double[blockRows * blockColumns][]; in createBlocksLayout() [all …]
|
D | BlockFieldMatrix.java | 87 private final int blockRows; field in BlockFieldMatrix 109 blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in BlockFieldMatrix() 159 blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in BlockFieldMatrix() 164 blocks = buildArray(getField(), blockRows * blockColumns, -1); in BlockFieldMatrix() 171 for (int iBlock = 0; iBlock < blockRows; ++iBlock) { in BlockFieldMatrix() 216 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in toBlocksLayout() local 231 final T[][] blocks = buildArray(field, blockRows * blockColumns, -1); in toBlocksLayout() 233 for (int iBlock = 0; iBlock < blockRows; ++iBlock) { in toBlocksLayout() 280 final int blockRows = (rows + BLOCK_SIZE - 1) / BLOCK_SIZE; in createBlocksLayout() local 283 final T[][] blocks = buildArray(field, blockRows * blockColumns, -1); in createBlocksLayout() [all …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() argument 36 …(IsRowMajor ? startRow : startCol)), m_outerSize(convert_index(IsRowMajor ? blockRows : blockCols)) in BlockImpl() 68 Index blockRows() const { return IsRowMajor ? m_outerSize.value() : m_matrix.rows(); } in blockRows() function 115 …block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in sparse_matrix_block_impl() argument 116 …(IsRowMajor ? startRow : startCol)), m_outerSize(convert_index(IsRowMajor ? blockRows : blockCols)) 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() argument 299 : Base(xpr, startRow, startCol, blockRows, blockCols) in BlockImpl() 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() argument 318 : Base(xpr, startRow, startCol, blockRows, blockCols) in BlockImpl() [all …]
|
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block() argument 66 return BlockXpr(derived(), startRow, startCol, blockRows, blockCols); in block() 71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) … in block() argument 73 return ConstBlockXpr(derived(), startRow, startCol, blockRows, blockCols); in block() 816 Index blockRows, Index blockCols) in block() argument 818 …return typename FixedBlockXpr<NRows,NCols>::Type(derived(), startRow, startCol, blockRows, blockCo… in block() 824 … Index blockRows, Index blockCols) const in block() argument 826 …return typename ConstFixedBlockXpr<NRows,NCols>::Type(derived(), startRow, startCol, blockRows, bl… in block()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 132 return m_spblockmat.blockRows(); 179 return m_spblockmat.blockRows(); 219 return m_spblockmat.blockRows(); 411 MatrixPatternType blockPattern(blockRows(), blockCols()); 654 …eigen_assert(it->row() >= 0 && it->row() < this->blockRows() && it->col() >= 0 && it->col() < this… 765 inline Index blockRows() const 808 eigen_assert(brow < blockRows() && "BLOCK ROW INDEX OUT OF BOUNDS"); 834 eigen_assert(brow < blockRows() && "BLOCK ROW INDEX OUT OF BOUNDS");
|
/external/dng_sdk/source/ |
D | dng_read_image.cpp | 923 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local 926 uint32 rowBlocks = buffer.fArea.H () / blockRows; in ReorderSubTileBlocks() 932 int32 rowBlockStep = rowStep * blockRows; in ReorderSubTileBlocks() 950 for (uint32 blockRow = 0; blockRow < blockRows; blockRow++) in ReorderSubTileBlocks()
|
D | dng_image_writer.cpp | 3187 uint32 blockRows = ifd.fSubTileBlockRows; in ReorderSubTileBlocks() local 3190 uint32 rowBlocks = buffer.fArea.H () / blockRows; in ReorderSubTileBlocks() 3196 int32 rowBlockStep = rowStep * blockRows; in ReorderSubTileBlocks() 3214 for (uint32 blockRow = 0; blockRow < blockRows; blockRow++) in ReorderSubTileBlocks()
|