Numerical Python Question

Uwe Schmitt uwe.schmitt at procoders.net
Wed Oct 16 06:13:17 EDT 2002


Hi,

I tried (similar to MatLab):

   dest[:n] = greater( orig1[:n], orig2[:n])

which does not work, the assignment with a sliced array
on the left side seams not to be implemented.
Is there any fast workaround ?

Greetings, Uwe.
-- 
Dr. rer. nat. Uwe Schmitt      Computer science is no more about Computers,
uwe.schmitt at num.uni-sb.de      than astronomy is about telescopes. (Dijkstra)
http://www.procoders.net           



More information about the Python-list mailing list