[IronPython] n-dimensional array

Aravin avinhan at gmail.com
Fri Nov 13 12:11:01 CET 2009


Hello everyone,

 

I'm developing an application for my research project. I'm using IronPython
as a scripting engine to allow easy data manipulation like Matlab. I require
a high performance n-dimensional array class. Does anyone know of any .net
library which provides a powerful n-dimensional array?

 

I would like to do slicing operations on the array like in NumPy.  (A[:2,
:5] etc.) And also things like ones(.) zeros(.). I tried to use NumPy with
Ironclad but im having some issues and would prefer if I could have a .net/
Ironpython ndarray library. Can you please recommend me any such library?
Thanks

 

Aravin

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091113/74a8c928/attachment.html>


More information about the Ironpython-users mailing list