There is no finished bridge with countless numbers . You must write your own.
One way is to use JNI accordingly. Jepp and, as you said, convert raw ndarray bytes into what the Java Colt library can use (and vice versa, incanter builds on Colt). In addition, you have all the features that interest you.
Another way would be to serialize ndarrays and send them between CPython and Jython (e.g. with Pyro, which works with CPython and Jython: http://packages.python.org/Pyro4/alternative.html#jython ). Again you have to translate the raw bytes into something "Incanter resp. Numpy can understand, but you can use Python code on the Java side without having to wrap each individual function in numpy / scipy using JNI.
source share