David Cournapeau wrote: > On Sun, Jul 6, 2008 at 9:55 PM, wilson <[EMAIL PROTECTED]> wrote: >> hi all, >> is it possible to use numpy functions (like eigh()..etc)from java >> code? isthere a java wrapper for numpy?
Yes, it is possible, but not yet 100% convenient. Have a look at jepp, from jepp.sourceforge.net. The idiom is something like array.tostring being picked up as a floatarray or bytearray in java. Best, Jon _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
