I see :-) Another interesting project then. :-) Julien --- Julien Delplanque Doctorant à lâUniversité de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40
Le 10 janv. 2018 à 14:39, Serge Stinckwich <serge.stinckwich@gmail.com> a écrit :
On Wed, Jan 10, 2018 at 2:33 PM, Julien <julien.delplanque@inria.fr <mailto:julien.delplanque@inria.fr>> wrote: I guess the hardest part will be to define the 1 - 1 mapping between Numpy and PolyMath APIs, no?
I mean, how can you ensure that features using Floats will behave exactly the same in Python and Smalltalk for example?
âFloat are the same basically,â but âI don't want to ensure something. I just want to a quick&dirty code transformation :-)
Like : np.square(x) <=> x squared np.sum(x,1) <=> x sum
et donc : np.sum(np.square(x), 1) <=> (x squared) sum
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute." http://www.doesnotunderstand.org/ <http://www.doesnotunderstand.org/>