alglib.net.simd 3.19.0

dotnet add package alglib.net.simd --version 3.19.0
NuGet\Install-Package alglib.net.simd -Version 3.19.0
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="alglib.net.simd" Version="3.19.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add alglib.net.simd --version 3.19.0
#r "nuget: alglib.net.simd, 3.19.0"
#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 alglib.net.simd as a Cake Addin
#addin nuget:?package=alglib.net.simd&version=3.19.0

// Install alglib.net.simd as a Cake Tool
#tool nuget:?package=alglib.net.simd&version=3.19.0

Build status NuGet NuGet SIMD GitHub license

alglib.net.gpl

A public mirror for https://www.alglib.net/

ALGLIB is a cross-platform numerical analysis and data mining library. It supports several programming languages (C++, C#, Delphi, VB.NET, Python) and several operating systems (Windows, *nix family).

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) ALGLIB Project (the company behind ALGLIB) delivers to you several editions of ALGLIB:

ALGLIB Free Edition - full functionality but limited performance and license ALGLIB Commercial Edition - high-performance version of ALGLIB with business-friendly license Free Edition is a serial version without multithreading support or extensive low-level optimizations (generic C or C# code). Commercial Edition is a heavily optimized version of ALGLIB. It supports multithreading, it was extensively optimized, and (on Intel platforms) - our commercial users may enjoy precompiled version of ALGLIB which internally calls Intel MKL to accelerate low-level tasks. We obtained license from Intel corp., which allows us to integrate Intel MKL into ALGLIB, so you don't have to buy separate license from Intel.

For your convenience, ALGLIB API is divided into a set of packages - closely connected subsets of functions. When you work with NET computational core, there exists one-to-one correspondence between packages and source files. One package may rely on other ones, but we have tried to reduce number of dependencies. Say, every package relies on ap.cs and many packages rely on alglibinternal.cs. But many packages require only these two to work, and many other packages need significantly less than 13 packages listed below:

alglibmisc.cs - contains different algorithms which are hard to classify dataanalysis.cs - contains data mining algorithms diffequations.cs - contains differential equation solvers fasttransforms.cs - contains FFT and other related algorithms integration.cs - contains numerical integration algorithms interpolation.cs - contains interpolation algorithms linalg.cs - contains linear algebra algorithms optimization.cs - contains optimization algorithms solvers.cs - contains linear and nonlinear solvers specialfunctions.cs - contains special functions statistics.cs - statistics alglibinternal.cs - contains internal functions which are used by other packages, but not exposed to the external world ap.cs - contains publicly accessible vector/matrix classes, most important and general functions and other "basic" functionality

NET computational core is compatible with:

any kind of optimization settings any CPU which supports .NET (including ARM processors) both Microsoft-provided implementation of .NET framework (2.0 or higher) and open source implementation of .NET (Mono). any C# compiler which support C# 2.0 or later (MS C# compiler or Mono C# compiler) any OS where .NET framework exists Native computational core is compatible with:

32-bit and 64-bit Windows OS, working on x86/x64 processors Linux working on x64 (x86 is not supported)

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • 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.19.0 749 12/5/2022
3.18.2 384 11/28/2021