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> 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 squarednp.sum(x,1) <=> x sumet donc :np.sum(np.square(x), 1) <=> (x squared) sum
--Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC/UY1)http://www.doesnotunderstand.org/
"Programs must be written for people to read, and only incidentally for machines to execute."