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

 

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to