From 9e13212c8f681f926f95b78b12037dead4e7203a Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 21 Aug 2017 02:27:27 +0000 Subject: 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 --- math/alglib/pkg-descr | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/alglib/pkg-descr (limited to 'math/alglib/pkg-descr') 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 -- cgit v1.2.3