HomeSort by relevance Sort by last modified time
    Searched defs:middleRows (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/plugins/
BlockMethods.h 347 inline RowsBlockXpr middleRows(Index startRow, Index numRows)
352 /** This is the const version of middleRows(Index,Index).*/
353 inline ConstRowsBlockXpr middleRows(Index startRow, Index numRows) const
369 inline typename NRowsBlockXpr<N>::Type middleRows(Index startRow)
374 /** This is the const version of middleRows<int>().*/
376 inline typename ConstNRowsBlockXpr<N>::Type middleRows(Index startRow) const
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 337 SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleRows(Index start, Index size)
346 const SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleRows(Index start, Index size) const

Completed in 36 milliseconds