Home
last modified time | relevance | path

Searched defs:blockCols (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h35 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/
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()
824 … Index blockRows, Index blockCols) const in block()
/external/dng_sdk/source/
Ddng_read_image.cpp924 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local
Ddng_image_writer.cpp3188 uint32 blockCols = ifd.fSubTileBlockCols; in ReorderSubTileBlocks() local