Thank you everyone who offered suggestions. One of the Numpy for .NET
developers confirmed that the project is pretty much dead, and also that
there is no way to get a .NET array into a Numpy ndarray without copying
the values. (See
https://mail.enthought.com/pipermail/scipy4dotnet/2012-December/00
Hi,
Where is the best place to get help on NumPy for IronPython? (I
cross-posted also to the SciPy4dotNet list but that list looks kind of
dead...)
My current question is, how can I create a numpy.ndarray from a
System.Array? I hoped it would just work to pass the Array to
ndarray() or asarray()