alglib2.dll
3.10.4
dotnet add package alglib2.dll --version 3.10.4
NuGet\Install-Package alglib2.dll -Version 3.10.4
<PackageReference Include="alglib2.dll" Version="3.10.4" />
<PackageVersion Include="alglib2.dll" Version="3.10.4" />
<PackageReference Include="alglib2.dll" />
paket add alglib2.dll --version 3.10.4
#r "nuget: alglib2.dll, 3.10.4"
#addin nuget:?package=alglib2.dll&version=3.10.4
#tool nuget:?package=alglib2.dll&version=3.10.4
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 | net is compatible. |
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)