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

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h602 inline ColsBlockXpr leftCols(Index n) function
607 /// This is the const version of leftCols(Index).
609 inline ConstColsBlockXpr leftCols(Index n) const function
631 inline typename NColsBlockXpr<N>::Type leftCols(Index n = N) function
636 /// This is the const version of leftCols<int>().
639 inline typename ConstNColsBlockXpr<N>::Type leftCols(Index n = N) const function

Completed in 147 milliseconds