alglib2.dll 3.10.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package alglib2.dll --version 3.10.3
NuGet\Install-Package alglib2.dll -Version 3.10.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="alglib2.dll" Version="3.10.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add alglib2.dll --version 3.10.3
#r "nuget: alglib2.dll, 3.10.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install alglib2.dll as a Cake Addin
#addin nuget:?package=alglib2.dll&version=3.10.3

// Install alglib2.dll as a Cake Tool
#tool nuget:?package=alglib2.dll&version=3.10.3

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
3.10.4 7,508 10/6/2016
3.10.3 2,281 10/6/2016
3.10.2 2,062 8/30/2016
3.10.1 1,988 8/30/2016

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)