Searched defs:middleCols (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h481 inline ColsBlockXpr middleCols(Index startCol, Index numCols) function
486 /** This is the const version of middleCols(Index,Index).*/
487 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const function
503 inline typename NColsBlockXpr<N>::Type middleCols(Index startCol) function
508 /** This is the const version of middleCols<int>().*/
510 inline typename ConstNColsBlockXpr<N>::Type middleCols(Index startCol) const function
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h354 SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleCols(Index start, Index size) function in class:Eigen::SparseMatrixBase
363 const SparseInnerVectorSet<Derived,Dynamic> SparseMatrixBase<Derived>::middleCols(Index start, Index size) const function in class:Eigen::SparseMatrixBase

Completed in 99 milliseconds