Problems using numarray

Diez B. Roggisch deetsNOSPAM at web.de
Wed Nov 3 12:17:26 EST 2004


> Now, how can I use a numaray to store the body objects? I read the docu,
> but didn't figure out how to solve my problem. In C++ I just created a
> multidimensilnal array like data = new body[objects*timeframes] and I'm
> looking for something synonymous with numarray.


import Numeric
print Numeric.zeros((10, 20), Numeric.Float)

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list