alglib2.dll
3.10.1
See the version list below for details.
dotnet add package alglib2.dll --version 3.10.1
NuGet\Install-Package alglib2.dll -Version 3.10.1
<PackageReference Include="alglib2.dll" Version="3.10.1" />
paket add alglib2.dll --version 3.10.1
#r "nuget: alglib2.dll, 3.10.1"
// Install alglib2.dll as a Cake Addin #addin nuget:?package=alglib2.dll&version=3.10.1 // Install alglib2.dll as a Cake Tool #tool nuget:?package=alglib2.dll&version=3.10.1
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:
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)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
CSV import - you can now read 2D matrix from CSV file
AGS (Adaptive Gradient Sampling) algorithm for nonsmooth nonconvex constrained optimization, which makes ALGLIB one of the few commercial packages supporting nonsmooth optimization.
Ward's method for hierarchical clustering
special lightweight linear solvers without condition number estimation and iterative refinement - orders of magnitude faster than their "feature-rich" counterparts
parallel k-means clustering (parallelism is supported only in commercial edition of ALGLIB)