[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] row major issues
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Mon, 21 Jun 2010 23:47:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=n44CGKJXQKIIHwjHlvA6RZhm9Vg9vCy/LQ3BGyn5QF4=; b=UQ+0o+NGOt4dKXesVpQxWW3yMoXnKvKXtfVzrL42QK5teBVGiYr8Cs9Q4cBK+tWZer WZC7CN2wrrj5AwM//0NOcQR2GPiaEXBpIJNaL3a7ExcDvtjJUa9HofebUDHlEUUEt3G8 lW9yuI7d6A6+wBPx+ewE+XIRYfbKNNi+Pp9hs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ErbeiiTHwjQgFOl9KUjUosecGx8G+Cm9j40yDs1LmL/+co6rV3p36LssNM4kwoXby3 6Ha/q6WyezEUWbtxG1c2hHHbERKRb/Pn0F7WK1cBfPIU/76/NGzKpEMJMsCcBqHP79mm 0uZDDAsD4B3YeY7WFFvBdZrSJuwIyjxem5Oa8=
Hi,
the dashboards for x32 and x64 bit builds with column major matrices
are now green. After switching to row major matrices we are
unfortunately seeing a bunch of errors. See here:
http://eigen.tuxfamily.org/CDash/buildSummary.php?buildid=2683
I am right now too tired to try to understand the assertions - maybe
it is super easy for one of you guys. I am guessing it has something
to do with the vector logic and the required storage order for
vectors.
- Hauke