Java matrix libraries [closed]

Some Java libraries for linear algebra are: Apache Commons Math: http://commons.apache.org/proper/commons-math/ jeigen – a wrapper for eigen – https://github.com/hughperkins/jeigen (includes complex and rarely found feature like matrix exponential and matrix logarithm) jblas http://mikiobraun.github.io/jblas/ (also features more complex functions like matrix exponential, also very fast). Colt http://acs.lbl.gov/software/colt/ JAMA http://math.nist.gov/javanumerics/jama/ UJMP – http://sourceforge.net/projects/ujmp/ EDIT maybe we can … Read more