[eigen] stride refactoring |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] stride refactoring
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 18 Feb 2010 20:46:43 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DIaNqd4x2RfxQbu1jj7NExzv1HK6gteMo+kFyexyEpY=; b=OXrY74DI2FJEQ86uXg9cEKDr5VT9wLmIikAO/AhvboHtsTSiRDP5P34+b/dtFmsgfW jF009cBaEPoZyZtdkgY7N9yjPo/e6utOx8qi/pACr7KoIv+jTF4SHD6XyDpKsGhYBP8n R/XxryBOVua3BVz9I74MGRntePOQsZ6gaBibg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=awXUPJ3kybz8zbvfIwUFDiY8xh9HHRK0PO6kOj1xCJv5lvXsRtpZEkpZIaaASKc0+l bmQYoE3g7IiT1ZY9WRofNKy5wPmO7juBZO6Mb0CR24e3o8uWtmrCtMzZQeJinuhee92u 52GN8T8ZSYncFsp0nryXBd5vqrtDm6jDSg/pk=
Hi,
I pushed my stuff to a fork,
https://bitbucket.org/bjacob/eigen-strides/
as it's still not fully done (need to port the rest of eigen to it).
One big change is that stride() was replaced by innerStride() and
outerStride(). I'll need to discuss stuff with you, Gael.
Anyway, because of that, I haven't had time to look at block
householder transformations. So, I won't talk on that. I can talk on
map-with-stride instead but i'm afraid it'll be boring.
Ok, to bed... the meeting starts in 6 hours.
Benoit