Re: [eigen] Documentation patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Documentation patch
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 30 Dec 2010 09:52:54 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=BDrBlG/w8r39F/DDr33jVtY5m92unzHwmJBoZmzDU5s=; b=nfwaDA1JIHtdkjkiYP9xn/pnM9rLRz3QttQIrIG3FGUVUvx5VT5E8SDH3o8J+Z079b 1SQQFwQeJARmK/2zV06965iuPFqNQh7pNA2/n+AHHoo3urRyk/I9VSN0CpuGJvxDQVD1 I6edSbqxQ6Jwe/8jVtiJfCcZBoBd2xLR9wjHE=
- 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=cTNSfGLFcsAOhRjUVofKMf/ybh/qj4BqnwUP4q5MBs6KRMeRK88IeoN060bkkI4Ec1 mb39JBnctuq0YhBxrzxrCx+8JPx6CAZC5wxG9LikVLPODd6W6dtvpfI8WlqiQ1kvW5T8 ZKXXcOFwaohf1h91TKXnFOVYbz0jd+N2pwKOk=
Sorry, that was caused by my const-correctness changes. Fixed now.
2010/12/29 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
> Btw, as can be seen here http://eigen.tuxfamily.org/dox-devel/, 'make doc'
> does not work anymore on the devel branch:
>
> /home/orzel/hg/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h:328:88:
> error: no matching function for call to
> ‘Eigen::Block<Eigen::Matrix<std::complex<double>, -0x00000000000000001,
> -0x00000000000000001>, -0x00000000000000001, -0x00000000000000001, false,
> true>::Block(const
> Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>,
> -0x00000000000000001, -0x00000000000000001> >::MatrixType&, int, int,
> Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>,
> -0x00000000000000001, -0x00000000000000001, 0, -0x00000000000000001,
> -0x00000000000000001> >::Index,
> Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>,
> -0x00000000000000001, -0x00000000000000001, 0, -0x00000000000000001,
> -0x00000000000000001> >::Index)’
>
> That's why the page is not updated.
>
> ++
>
> Thomas
>
> --
>
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
>
> http://www.freehackers.org/thomas
>
> On Wednesday 29 December 2010 22:02:16 Jitse Niesen wrote:
>
>> On Wed, 29 Dec 2010, Trevor Irons wrote:
>
>>
>
>> > In the QuickReferencePage LinSpaced is improperly documented.
>
>> >
>
>> > Right now there are items like
>
>> >
>
>> > x = Dynamic1D::LinSpaced(low, high, size);
>
>> > But it should read like
>
>> >
>
>> > x = Dynamic1D::LinSpaced(size, low, high);
>
>> > Patch attached.
>
>>
>
>> You're right. Thanks for the patch. I pushed it to the repository.
>
>> The correction will appear on the website at some time.
>
>>
>
>> Jitse
>
>>
>
>>
>
>>