Re: [eigen] Why is computeInverse() gone? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Why is computeInverse() gone?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 30 Sep 2010 10:45:07 -0400
- 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=ccsNWN3oKf8qkq0YA8CMwyTKYUZJWSPRLrzfLscoX6U=; b=AGesSQoEUJj5qEE+ecoedXQJknGcqQ1H+5m5Cvw2n240x6yfkMVcwEx7m9B4D+61om bHFAadP0w+flBhasIfq4XmQf8xWpCIy/AlDdFzBXEHaZYUyTqNL+OkwTowUvhl5KZqRd SmAeZd0QVfrgiF/zr2F+YppHZK09l0uOk+3Go=
- 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=tSFoD1REnkdv661YlkQU+WQjJ9JXlXmdaq0qTi77+RQxTLOLj++f42jFTUdoutuP0a 7V/8Tanb0N6f8/6pMQEronx3n24ywc1U0KKvNGlCbI6RSTS1IMy18fvgoVY3hZV8hqHy qhXaICQkQRchfTOT1WR7vQ/3XSg4rw2Y9DvYs=
2010/9/30 Mathias Goldau <math@xxxxxxxxxxxxxxxxxxxxxxxxx>:
> Hi,
> I just tried:
>
> MatrixXd A(...);
> A.lu().inverse();
>
> While the docu gives me the hint to use computeInverse() instead to save the
> copying time, but this isn't included in the repo anymore, or am I wrong? Why
> is it gone?
This was only in eigen2. In eigen3, there is no copying overhead anymore.
Benoit
>
> best regards
> Mathias
>
> --
> Institut für Informatik
> Universität Leipzig
> Johannisgasse 26, 04103 Leipzig
> Phone: +493419732283
>
>
>