alglib2.dll 3.10.4

dotnet add package alglib2.dll --version 3.10.4
NuGet\Install-Package alglib2.dll -Version 3.10.4
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.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add alglib2.dll --version 3.10.4
#r "nuget: alglib2.dll, 3.10.4"
#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.4

// Install alglib2.dll as a Cake Tool
#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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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,489 10/6/2016
3.10.3 2,265 10/6/2016
3.10.2 2,046 8/30/2016
3.10.1 1,972 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)