mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
9e13212c8f
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
14 lines
614 B
Plaintext
14 lines
614 B
Plaintext
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
|