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

  /external/eigen/Eigen/src/plugins/
BlockMethods.h 42 * \param startRow the first row in the block
56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols)
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
64 return Block<const Derived>(derived(), startRow, startCol, blockRows, blockCols);
469 * \param startRow the index of the first row in the block
477 inline RowsBlockXpr middleRows(Index startRow, Index n)
479 return RowsBlockXpr(derived(), startRow, 0, n, cols());
483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const
485 return ConstRowsBlockXpr(derived(), startRow, 0, n, cols())
    [all...]
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 58 Index startRow = IsLower ? pi : pi-actualPanelWidth;
63 &lhs.coeffRef(startRow,startCol), lhsStride,
65 rhs + startRow, 1,
  /external/eigen/Eigen/src/Core/
Block.h 292 Index startRow() const
338 inline BlockImpl_dense(XprType& xpr, Index startRow, Index startCol)
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),
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarLayout.java 353 startRow();
377 startRow();
385 startRow();
399 startRow();
422 if (group.isStacked && i != 0) startRow();
427 if (group.isStacked && i != group.views.length - 1) startRow();
460 private void startRow() {
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols)
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)
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)
314 : m_matrix(xpr), m_startRow(startRow), m_startCol(startCol), m_blockRows(blockRows), m_blockCols(blockCols)
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 718 // @param startRow
721 private static String getData(int col, int startRow) {
722 startRow = startRow % datas.length;
723 for (int i = startRow; i < datas.length; i++) {
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 130 int startRow)
133 // every 'rowStep'th row, starting with row 'startRow'
134 for (row = startRow; row < copyHeight; row += rowStep) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 277 milliseconds