Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread Jon Wright
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.

Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread David Cournapeau
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? As Robert said, not really possible. A large part of numpy (around 50%) is pure C, of which a large part is tied

Re: [Numpy-discussion] calling numpy from java

2008-07-06 Thread Robert Kern
On Sun, Jul 6, 2008 at 07:55, wilson <[EMAIL PROTECTED]> wrote: > hi all, > is it possible to use numpy functions (like eigh()..etc)from java > code? Not particularly, no. > isthere a java wrapper for numpy? No. -- Robert Kern "I have come to believe that the whole world is an enigma, a harml

[Numpy-discussion] calling numpy from java

2008-07-06 Thread wilson
hi all, is it possible to use numpy functions (like eigh()..etc)from java code? isthere a java wrapper for numpy? thanks wilson ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion