Re: [eigen] merged refactor_solve_api |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] merged refactor_solve_api
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 9 Nov 2009 14:04:18 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qKUNbiThZ0aDs/W4ZWo2qtzDI6CXxpp6qOBYvzWpqHg=; b=OGHkWerS6ODgb2UsimSNvFLE+aSaPSqKS31kzWw6GxbLuytC7Mv907KTFlhvIrd14w fZke8cobRH9nAEw162PET8FULSQGgS3KErywp1SGb5kQO9nDys6Biw4wezSPejNVxDnu nXvOLtfChY93uxV5egIIpPJJnfglFNlLTdgbc=
- 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=XPhCTSUg+hQiu7hlazvz2N9NRmAo3gafgrC87mXAEbBm+XYtCqtA64SJujm5vVIhtO tKerLrSJtot5/VLcHRkjgp7IrwqaGmn5Ibky86vktb0ZQRe1i96ZXfhV/6YcibWxl0Ou l3wvFF18DHh6mdf6QzEQtfybFiHRGVwgWe+c8=
2009/11/9 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
>
> In data lunedì 09 novembre 2009 19:37:23, Benoit Jacob ha scritto:
>> Instead of doing:
>> decomposition.solve(rhs,&result);
>> you now do:
>> result = decomposition.solve(rhs);
>
> I did the changes in my projects and it works well. At least it compiles and
> my unit tests still pass, i dont know for efficiency but i'll trust you on this.
>
> Thanks for this :-)
>
> Btw, I triggered an update of the online documentation so that the new
> documentation is now available on eigen website.
Ah thanks!
Benoit
>
> Thomas
> --
> Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
> http://www.freehackers.org/thomas
>
>
>