Searched defs:startCol (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h59 Index startCol = IsLower ? 0 : pi; local
63 &lhs.coeffRef(startRow,startCol), lhsStride,
64 rhs + startCol, 1,
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h41 * \param startCol the first column in the block
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument
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 argument
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) argument
483 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols);
487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const argument
489 return ConstColsBlockXpr(derived(), 0, startCol, row
503 middleCols(Index startCol) argument
534 block(Index startRow, Index startCol) argument
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h127 inline Block(XprType& xpr, Index startRow, Index startCol) argument
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 function in class:Eigen::Block
286 inline Block(XprType& xpr, Index startRow, Index startCol) argument
138 Block(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument
296 Block(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp881 unsigned startCol = columnCount; local
887 *startEdge = startCol == col;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 136 milliseconds