Is it possible to have the power of LAPACK in java?
I have used some compiled binaries in windows to use in .NET, but to use it in java?
|
feedback
|
|
See the netlib-java project which provides flexible wrappers which let you use the FORTRAN versions of BLAS, LAPACK, etc, via JNI, or a Java implementation of LAPACK. | |||
|
feedback
|