HomeSort by relevance Sort by last modified time
    Searched refs:startCol (Results 1 - 7 of 7) sorted by null

  /external/eigen/Eigen/src/Core/
Block.h 127 inline Block(XprType& xpr, Index startRow, Index startCol)
128 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
133 && startCol >= 0 && BlockCols >= 1 && startCol + BlockCols <= xpr.cols());
139 Index startRow, Index startCol,
141 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
147 && startCol >= 0 && blockCols >= 0 && startCol + blockCols <= xpr.cols());
242 Index startCol() const
286 inline Block(XprType& xpr, Index startRow, Index startCol)
    [all...]
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 41 * \param startCol the first column in the block
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols)
56 return Block<Derived>(derived(), startRow, startCol, blockRows, blockCols);
60 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const
62 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols);
473 * \param startCol the index of the first column in the block
481 inline ColsBlockXpr middleCols(Index startCol, Index numCols)
483 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols);
487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const
489 return ConstColsBlockXpr(derived(), 0, startCol, rows(), numCols)
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 59 Index startCol = IsLower ? 0 : pi;
63 &lhs.coeffRef(startRow,startCol), lhsStride,
64 rhs + startCol, 1,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 534 int startCol = position / (mSlotWidth + mSlotGap);
535 int start = Math.max(0, mUnitCount * startCol);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 252 milliseconds