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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.