Re: [eigen] Very small patch to _resize_to_match |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Very small patch to _resize_to_match
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 6 Jul 2010 11:04:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=pYNKWYvn2Q9lx3VZvLMAqnjWRyShXf2fwhoVTatfhTU=; b=BWErtg1/XmDE6UQf2X0MtBQngf0nd5qHOpo7Uy2Dc4zuiS1imxfdx9SXWpNBdGmAIq U1BUAhrd8SJGczIc7k2R5hwFuJUOJRU8zkrJ+dYwnhWLtCRypL2iEgpGTKzuez7aakDW cSLkM3McNu+OwERAMkDSf6xr8O7Teu4dXLaus=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=TacFhTQvD+LO076H+lqtvCtLbQic/ROKGzVu8ENGhxIeGoucxV8IJfS5JaHT//rIdp dIcyzv98yIJcJv7IghyAA9Xk0fwAUVgRh3Vmq/LVO9/At202FiWaxk5Uq2fmstrOKCaX CZGiwABBDdrnHiXBnCuXjy/R7z6IjBDXIGcpY=
Hi,
thank you for the patch,
patch applied.
gael
On Tue, Jul 6, 2010 at 10:16 AM, Jens Mueller <jens.k.mueller@xxxxxx> wrote:
> Hi,
>
> in case EIGEN_NO_AUTOMATIC_RESIZING is defined resizeLike(other) is
> called although due to the assertion *this and other have the same
> dimensions. This is not a bug. It's just that some unnecessary code
> might be executed. A very small patch is attached.
>
> Jens
>