fommil / netlib-java

:rocket: High Performance Linear Algebra (low level)
Other
658 stars 168 forks source link

open source PARDISO implementation #51

Open fommil opened 11 years ago

fommil commented 11 years ago

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.

kkofler commented 11 years ago

FYI, as far as I can tell, at least MUMPS and TAUCS are already Open Source.

fommil commented 11 years ago

@kkofler cool! do you have a reference for MUMPS?

TAUCS is in C, not Fortran, so auto-generating Java code that fits into the same ecosystem as the existing BLAS/LAPACK/ARPACK APIs will be non-trivial.

kkofler commented 11 years ago

http://graal.ens-lyon.fr/MUMPS/

The download page states that it is in the public domain.

kkofler commented 10 years ago

Is there any update on this stuff (interfacing e.g. MUMPS)? We could really use a Java interface for a sparse linear solver here at the University of Vienna now.

fommil commented 10 years ago

I have no plans to work on this. The only sparse solver I know of in Java is ARPACK in MTJ. It would be good if you created a project on github with a port of TAUCS etc.