[eigen] Feature suggestion: interior row and column ranges |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Feature suggestion: interior row and column ranges
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Sat, 26 Jun 2010 16:58:06 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Hi,
I've noticed leftCols(), rightCols(), topRows() and bottomRows() in the
DenseBase API. I have, on occasion felt the need to access a contiguous range
of rows/columns that start and end in the interior - the above functions
allow access only to the extremes. Could DenseBase member functions, possibly
named colRange(Index start, Index size) and rowRange(Index start, Index
size), be supported sometime in the future?
Thanks,
Manoj