Searched defs:blockCols (Results 1 – 4 of 4) 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() 69 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 115 …block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in sparse_matrix_block_impl() 274 Index blockCols() const { return IsRowMajor ? m_matrix.cols() : m_outerSize.value(); } in blockCols() function 298 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 317 … BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 431 Index blockCols() const { return m_blockCols.value(); } in blockCols() 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/dng_sdk/source/ |
D | dng_read_image.cpp | 924 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local
|
D | dng_image_writer.cpp | 3188 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local
|