Description: ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features include:
• Linear algebra (direct algorithms, EVD/SVD)
• Solvers (linear and nonlinear)
• Interpolation
• Optimization
• Fast Fourier transforms
• Numerical integration
• Linear and nonlinear least-squares fitting
• Ordinary differential equations
• Special functions
• Statistics (descriptive statistics, hypothesis testing)
• Data analysis (classification/regression, including neural networks)
• Multiple precision versions of linear algebra, interpolation optimization and others algorithms (using MPFR for floating point computations)
File list (Check if you may need any files):
cpp
...\manual.cpp.html
...\src
...\...\alglibinternal.cpp
...\...\alglibinternal.h
...\...\alglibmisc.cpp
...\...\alglibmisc.h
...\...\ap.cpp
...\...\ap.h
...\...\dataanalysis.cpp
...\...\dataanalysis.h
...\...\diffequations.cpp
...\...\diffequations.h
...\...\fasttransforms.cpp
...\...\fasttransforms.h
...\...\integration.cpp
...\...\integration.h
...\...\interpolation.cpp
...\...\interpolation.h
...\...\linalg.cpp
...\...\linalg.h
...\...\optimization.cpp
...\...\optimization.h
...\...\solvers.cpp
...\...\solvers.h
...\...\specialfunctions.cpp
...\...\specialfunctions.h
...\...\statistics.cpp
...\...\statistics.h
...\...\stdafx.h
...\tests
...\.....\test_c.cpp
...\.....\test_i.cpp