netlib-java
netlib-java copied to clipboard
:rocket: High Performance Linear Algebra (low level)
It would be nice if netlib-java exposed NIO interfaces to its routines. Direct ByteBuffers (and FloatBuffer, DoubleBuffer, etc) have the following neat features: - zero-copy between Java and native code,...
Would it be an option for netlib-java to also support the high precision apis MBLAS and MLAPACK http://mplapack.sourceforge.net/
Is there interest in adding FITPACK to netlib-java, as in SciPy? https://github.com/scipy/scipy/tree/master/scipy/interpolate/fitpack
it should be able to cross compile everything apart from the os x binaries. If we could crack that build, then we wouldn't need to jump between machines during a...
Howdy, I came across your libs via ScalaNLP Breeze and was wondering if you would consider some help making them OSGi bundles. Such additions rarely require changes to the libs...
Hi, I'm wondering how I might go about using netlib-java or its derivatives with native libraries on Android and if you had any tips. I see that you've ported it...
It would be easier to maintain and extend the F2J codebase if it was written in a JVM language: #44 and #58 are prime candidates. #20 and #21 would just...
this one's a _big_ ask: support for the solvers listed in ftp://ftp.numerical.rl.ac.uk/pub/reports/ghsRAL200505.pdf which will require implementing open source versions of some of these proprietary solvers.
GPU acceleration can be utilised to greater effect by batching traditional routines http://docs.nvidia.com/cuda/cuda-samples/index.html#batchcublas we could create an additional API to support this.
not something I plan to do without funding