diff --git a/README.md b/README.md index e11b213..6ab8ef9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Natural Language Processing](#natural-language-processing) - [ORM](#orm) - [Permissions](#permissions) + - [Science and Data Analysis](#science-and-data-analysis) - [Server](#server) - [Template Engine](#template-engine) - [Testing](#testing) @@ -200,6 +201,15 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Apache Shiro](http://shiro.apache.org/) +## Science and Data Analysis + +*Libraries for scientific computing and analysis* + +* [Colt](http://acs.lbl.gov/ACSSoftware/colt/ - High performance scientific and technical computing +* [JTransforms](https://sites.google.com/site/piotrwendykier/software/jtransforms) - Multithread FFT library +* [Mines JTK](http://inside.mines.edu/~dhale/jtk/) - Tools for digital signal processing, linear algebra, inversion, 2-D and 3-D graphics, and more +* [Parallel Colt](https://sites.google.com/site/piotrwendykier/software/parallelcolt) - Multithread high performance scientific and technical computing + ## Server *Servers which are specifically used to deploy applications*