Difference between revisions of "ALGLIB"

From Lazarus wiki
Jump to navigationJump to search
m (moved ALGLIB, a cross-platform library for numerical analysis and data processing to ALGLIB: The shorter title would be more appropriate.)
Line 7: Line 7:
 
* Interpolation and linear/nonlinear least-squares fitting
 
* 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)
 
* Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers, Fast Fourier Transform and many other algorithms (numerical integration, ODEs, statistics, special functions)
 +
 +
==License==
 +
ALGLIB is deliverd with different licenses. ALGLIB Free Edition is licensed according to GPL, while ALGLIB Commercial Edition is sold via a commercial license.
  
 
==External Links==
 
==External Links==

Revision as of 20:13, 27 August 2013

ALGLIB is a cross-platform library for numerical analysis and data processing. It supports several programming languages including Free Pascal and several operating systems (Windows, Linux, Solaris).

Functionality

Its 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)

License

ALGLIB is deliverd with different licenses. ALGLIB Free Edition is licensed according to GPL, while ALGLIB Commercial Edition is sold via a commercial license.

External Links