Re: [eigen] two technical points: WithAlignedOperatorNew and std::complex casting |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] two technical points: WithAlignedOperatorNew and std::complex casting
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 1 Jan 2009 00:23:23 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oeIENCaAkBf82XDIsY0UrAhxpjkbbmyO3AlzIy84AsU=; b=kLeb20EascwpTxQZfnuG4T+ZP+seZV4P9iykET7SJFEATFA0snFRQ/lZx0cGvVhXji VUQKDj6WaFtJQIECxDyUXICr8XgMZTG7Q28DrEz3EEMTDbLhc7Mjiav+6Xltk60q0I3S 4qoKN5sOy8tsXKmlVQp4HyRxBfXWz2I18RJvk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FHvmqqZMx6GIf+ZSM+4gWM0y3IcvibjbZk04Pf0MxInGTgjj7JwRiq+4y9j6v8anWY x8YliThixgVeMIKqOT3WwjS/jbWJCQTQre0wzNZ6F/wHrVge43KqHCXI/Ebaf6fl/WGS X+Zyff3KjdS+Q4Fq9YUfE3kGmoEXUZg7DQni4=
2008/12/31 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> oops I wanted to write "since RowMajor==1"
ok
> also, currently the 4th
> template param is explicitly called StorageOrder...
my turn to say 'oops' ! Somehow I didn't remember we had already made
this (good) change. Now it's just a matter of renaming it from
StorageOrder to something like MatrixFlags.
If you do this change, please extend the unalignedassert test accordingly.
Cheers,
Benoit
---