j
k
j a
j l
On Wed, Mar 9, 2011 at 3:59 AM, sguazt wrote:
template <typename MatrixT> inline ublas::matrix_range<MatrixT> topleft(MatrixT& M) { return ublas::subrange(M, 0, 3, 0, 3); }
This is perfect. Thank you. Ryan
Attachments:
Back to the thread
Back to the list