alglib.net
3.19.0
dotnet add package alglib.net --version 3.19.0
NuGet\Install-Package alglib.net -Version 3.19.0
<PackageReference Include="alglib.net" Version="3.19.0" />
paket add alglib.net --version 3.19.0
#r "nuget: alglib.net, 3.19.0"
// Install alglib.net as a Cake Addin #addin nuget:?package=alglib.net&version=3.19.0 // Install alglib.net as a Cake Tool #tool nuget:?package=alglib.net&version=3.19.0
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 | Versions 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Microsoft.CSharp (>= 4.5.0)
-
.NETFramework 4.7
- Microsoft.CSharp (>= 4.5.0)
-
.NETFramework 4.8
- Microsoft.CSharp (>= 4.5.0)
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on alglib.net:
Package | Downloads |
---|---|
HEAL.NonlinearRegression
Fit and evaluate nonlinear regression models. |
GitHub repositories
This package is not used by any popular GitHub repositories.