Re: [eigen] Documentation out of sync: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Documentation out of sync:
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 18 Apr 2011 06:42:26 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=fTZN1HCHc4SCZ8G6mrgTZmy+9ZTOLDNHaMIbz27BAZ4=; b=s/3vrc4uGc2SPKufvYGmLrrvpxwLJD4pyhIzWH+oXO5ie2dINJL0HBY4MISXqSz8SA KA3DU2Q94r7pdOYnBVYoNZxYKyBHb69Vz08upopOAK7RAQYs43bLlwUfMR98QV85138t vHBrx65P8eZrMATrDWZckoBLGZuFi1uInTMvc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=neAklX5jdgZ1tViqPgU33QMFW7iHAkjOFtd+W94mIvC/wMSuJ+0EKsmnqduLzqvS2m bRtIH5VYa3YOFY4A5jLUTytErN+sMuV2Q1WBjn5OQGQCwuGekdvRBfV+AVGVTnsMXuq2 Pmv7YnpqAEUWQECYNi6jnKaDX9ZrjmCNE5AoM=
Oops! Many thanks for the report. This is indeed a very high-impact
bug, as it will no doubt prevent many people from understanding this
bug.
Fixed in the default and 3.0 branches; will make symlinks on the
server as soon as we fix a little permissions problem.
Also, to everyone, I'm a bit sorry to have been MIA since the 3.0
release. A comeback is planned.
Benoit
2011/4/18 Mathias Goldau <math@xxxxxxxxxxxxxxxxxxxxxxxxx>:
> I got an failing assertion pointing me to a non existing website:
>
> http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html
>
> But I guess it now lives under:
>
> http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html
>
> the assertion was:
> assertion failed: (reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: "
> "http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****" in function
> Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 16>::plain_array() [with T = double, int Size = 16, int
> MatrixOrArrayOptions = 0]
>
> math
>
> --
> Institut für Informatik
> Universität Leipzig
> Johannisgasse 26, 04103 Leipzig
> Phone: +493419732283
>
>
>