summaryrefslogtreecommitdiff
path: root/math/alglib/pkg-descr
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2017-08-21 02:27:27 +0000
committerWen Heping <wen@FreeBSD.org>2017-08-21 02:27:27 +0000
commit9e13212c8f681f926f95b78b12037dead4e7203a (patch)
treedda3a79122862e062964df91826341dc9b02d252 /math/alglib/pkg-descr
parentUpdate to 0.14.0. (diff)
A cross-platform numerical analysis and data processing library. It supports
several programming languages (C++, C#, Pascal, VBA) and several operating systems. ALGLIB features include: * Data analysis (classification/regression, including neural networks) * Optimization and nonlinear solvers * Interpolation and linear/nonlinear least-squares fitting * Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers, Fast Fourier Transform and many other algorithms (numerical integration, ODEs, statistics, special functions) This is a free edition of alglib. WWW: http://www.alglib.net PR: 221681 Submitted by: yuri@rawbw.com
Notes
Notes: svn path=/head/; revision=448448
Diffstat (limited to 'math/alglib/pkg-descr')
-rw-r--r--math/alglib/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/alglib/pkg-descr b/math/alglib/pkg-descr
new file mode 100644
index 000000000000..602da74e25e5
--- /dev/null
+++ b/math/alglib/pkg-descr
@@ -0,0 +1,13 @@
+A cross-platform numerical analysis and data processing library. It supports
+several programming languages (C++, C#, Pascal, VBA) and several operating
+systems. ALGLIB features include:
+* Data analysis (classification/regression, including neural networks)
+* Optimization and nonlinear solvers
+* Interpolation and linear/nonlinear least-squares fitting
+* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear
+ solvers, Fast Fourier Transform and many other algorithms (numerical
+ integration, ODEs, statistics, special functions)
+
+This is a free edition of alglib.
+
+WWW: http://www.alglib.net