Searched defs:startCol (Results 1 - 7 of 7) 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/SparseCore/
H A DSparseBlock.h57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) argument
58 : m_matrix(xpr), m_outerStart(IsRowMajor ? startRow : startCol), m_outerSize(IsRowMajor ? blockRows : blockCols)
119 inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols) argument
120 : m_matrix(xpr), m_outerStart(IsRowMajor ? startRow : startCol), m_outerSize(IsRowMajor ? blockRows : blockCols)
313 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) argument
314 : m_matrix(xpr), m_startRow(startRow), m_startCol(startCol), m_blockRows(blockRows), m_blockCols(blockCols)
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h43 * \param startCol the first column in the block
56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument
58 return Block<Derived>(derived(), startRow, startCol, blockRows, blockCols);
62 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const argument
64 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols);
615 * \param startCol the index of the first column in the block
623 inline ColsBlockXpr middleCols(Index startCol, Index numCols) argument
625 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols);
629 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const argument
631 return ConstColsBlockXpr(derived(), 0, startCol, row
649 middleCols(Index startCol, Index n = N) argument
656 middleCols(Index startCol, Index n = N) const argument
680 block(Index startRow, Index startCol) argument
712 block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument
720 block(Index startRow, Index startCol, Index blockRows, Index blockCols) const argument
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h297 Index startCol() const function in class:Eigen::internal::BlockImpl_dense
338 inline BlockImpl_dense(XprType& xpr, Index startRow, Index startCol) argument
339 : Base(internal::const_cast_ptr(&xpr.coeffRef(startRow,startCol))), m_xpr(xpr)
347 Index startRow, Index startCol,
349 : Base(internal::const_cast_ptr(&xpr.coeffRef(startRow,startCol)), blockRows, blockCols),
346 BlockImpl_dense(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp791 unsigned startCol = columnCount; local
797 *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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1292 milliseconds