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()
357 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
391 Index blockCols() const { return m_blockCols.value(); } in blockCols() function
/external/eigen/Eigen/src/plugins/
DBlockMethods.h96 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/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