diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2011-12-11 08:59:30 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-11 08:59:30 -0200 |
commit | 81be65bc403d581ea31247e4c3e21e4c6a771d4d (patch) | |
tree | e93f8b4af6e8b63d8c6d19b4a359342bee8d4f9c /libraries/alglib/README | |
parent | cf69bf514e4d1853f31cd9c82638b9ac8df58d0e (diff) | |
download | slackbuilds-81be65bc403d581ea31247e4c3e21e4c6a771d4d.tar.gz |
libraries/alglib: Added (numerical analysis and data processing)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/alglib/README')
-rw-r--r-- | libraries/alglib/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/alglib/README b/libraries/alglib/README new file mode 100644 index 0000000000..986c19bba5 --- /dev/null +++ b/libraries/alglib/README @@ -0,0 +1,17 @@ +ALGLIB is a cross-platform numerical analysis and data processing +library. ALGLIB features include: + +- Linear algebra (direct algorithms, EVD/SVD) +- Solvers (linear and nonlinear) +- Interpolation +- Optimization +- Fast Fourier transforms +- Numerical integration +- Linear and nonlinear least-squares fitting +- Ordinary differential equations +- Special functions +- Statistics (descriptive statistics, hypothesis testing) +- Data analysis (classification/regression, including neural networks) +- Multiple precision versions of linear algebra, interpolation +optimization and others algorithms (using MPFR for floating point +computations) |