
----- Original Message ----- From: "Jonathan Turkanis" <technews@kangaroologic.com> To: <boost@lists.boost.org> Sent: Friday, June 03, 2005 2:00 PM Subject: [boost] Re: stride iterators and matricies
christopher diggins wrote:
Well all of this talk of matricies, and what not got me thinking that perhaps we should get back to basics and introduce stride iterators into Boost which properly model the Random Access Iterator concept (unless they are already existant somewhere and I simplty overlooked them :-p )
You did look at the iterators library, didn't you?
Yes. The only thing I saw resembling a stride iterator was permutation iterator. However I did not understand how to make a stride iterator using it. Perhaps it is trivial to create a stride iterator using the iterator library and you could show me how? -Christopher Diggins