Searched defs:startCol (Results 1 – 3 of 3) 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() 67 Index startCol() const { return IsRowMajor ? 0 : m_outerStart; } in startCol() function 115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl() 272 Index startCol() const { return IsRowMajor ? 0 : m_outerStart; } in startCol() 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() 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 429 Index startCol() const { return m_startCol.value(); } in startCol() 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() 715 inline ColsBlockXpr middleCols(Index startCol, Index numCols) in middleCols() 722 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const in middleCols() 780 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) in block() 788 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) c… in block() 815 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block() 823 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
|
/external/aac/libSBRdec/src/ |
D | sbrdec_drc.cpp | 376 int startCol, stopCol; in sbrDecoder_drcApplySlot() local
|