ALGLIB

From Free Pascal wiki
Revision as of 21:04, 24 August 2013 by Jwdietrich (talk | contribs) (Page created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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)

External Links