Re: [eigen] ei_test_random |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] ei_test_random
- From: "Gael Guennebaud" <gael.guennebaud@xxxxxxxxx>
- Date: Mon, 1 Sep 2008 16:09:04 +0200
- 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=D53bOfj2LC61TK+ow5aJOfUsqcnm8uW46Gj9MQROnh0=; b=fySEHN2tfywhxxU+zmjiOXOczaQSjx/T4Jz5lB3EcIgRZWNY0fqzGh5WWWf5jXaKsE EhavKhn7rEIF+tgvK4ouRCVRR24o8ePW5PtiraCHlKbY0ZPhCtmXONJ3bIwQay6Ga9uV LC7TGkqNbtO5d9frTM+XQGp+9xnccZnh9Jp4s=
- 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=jCbigrf5Srnvdk3I6goJ31WVHiAajAkQfGxPQcaqLQl2nD8ZaMvH94p6E0yNJ/MRcw PLg6WHOAtlWFaDH5rg86PCoPXyfBVA4OkkMmewGAq2D+5rEUbt0pyO0scJHto1kn6zQi eAqjttgoDTkLo27Mo+fbyNfoyWl4z3/v1g1cM=
Hi,
On Mon, Sep 1, 2008 at 3:57 PM, Benoît Jacob <jacob@xxxxxxxxxxxxxxx> wrote:
> Hi,
>
> Gael, I saw that you introduced a separate ei_test_random and the problem now
> is to convert all unit-tests to using this...
>
> ... or, what would you think about the other solution of making ei_random
> behave like this if EIGEN_RANDOM_WITH_FEW_BINARY_DIGITS is defined? Maybe
> this is less work all in all! So if you agree i propose to do this.
ah yes, why not... though most unit tests have already been converted....
btw, it is just a sed -i 's/ei_random/ei_test_random/g' *.h away....
gael.
> Cheers,
> Benoit
>
>
>