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

  /external/eigen/Eigen/src/plugins/
BlockMethods.h 481 inline ColsBlockXpr middleCols(Index startCol, Index numCols)
486 /** This is the const version of middleCols(Index,Index).*/
487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const
503 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol)
508 /** This is the const version of middleCols<int>().*/
510 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol) const
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 354 SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleCols(Index start, Index size)
363 const SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleCols(Index start, Index size) const

Completed in 83 milliseconds