Re: [eigen] merged refactor_solve_api

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


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
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/