| 1 | = Acknowledgements = |
| 2 | |
| 3 | TOL was not possible without the contribution of next open source projects: |
| 4 | |
| 5 | * [http://www.netlib.org/blas/index.html BLAS ]: |
| 6 | Basic Linear Algebra Subprograms |
| 7 | * [http://www.netlib.org/lapack/index.html LAPACK]: |
| 8 | Linear Algebra PACKage |
| 9 | * [http://math-atlas.sourceforge.net/ ATLAS]: |
| 10 | Automatically Tuned Linear Algebra Software |
| 11 | * [http://www.gnu.org/software/gsl/ GSL]: |
| 12 | GNU Scientific Library |
| 13 | * [http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm#s CLUSTERLIB]: |
| 14 | The C clustering library for cDNA microarray data |
| 15 | * [http://www.cs.umd.edu/users/mount/Projects/KMeans/ KMLOCAL]: |
| 16 | Efficient Algorithms for K-Means Clustering |
| 17 | * [http://www.cise.ufl.edu/research/sparse/cholmod/ CHOLMOD]: |
| 18 | Sparse Cholesky factorization and update/downdate |
| 19 | * [http://people.scs.fsu.edu/~burkardt/cpp_src/dcdflib/dcdflib.html DCDFLIB]: |
| 20 | Evaluating cumulative probability density functions |
| 21 | * [http://www.alglib.net ALGLIB]: |
| 22 | Efficient multilingual scientific software library |
| 23 | * [http://www.umiacs.umd.edu/~vikas/Software/optimal_bw/optimal_bw_code.htm optimal_bw]: |
| 24 | Fast O(N+M) Univariate Kernel Density Estimation with Optimal Bandwith |
| 25 | * [http://code.google.com/p/google-sparsehash/ Google Sparse Hash]: |
| 26 | An extremely memory-efficient hash_map implementation |
| 27 | * [http://www.bzip.org/ BZip2]: |
| 28 | High-quality data compressor |
| 29 | * [http://www.artpol-software.com/ !ZipArchive]: |
| 30 | Adds ZIP compression functionality to your software |
| 31 | |