Numerics.NET.Native.Mkl.linux-x64
9.0.0
Prefix Reserved
dotnet add package Numerics.NET.Native.Mkl.linux-x64 --version 9.0.0
NuGet\Install-Package Numerics.NET.Native.Mkl.linux-x64 -Version 9.0.0
<PackageReference Include="Numerics.NET.Native.Mkl.linux-x64" Version="9.0.0" />
paket add Numerics.NET.Native.Mkl.linux-x64 --version 9.0.0
#r "nuget: Numerics.NET.Native.Mkl.linux-x64, 9.0.0"
// Install Numerics.NET.Native.Mkl.linux-x64 as a Cake Addin #addin nuget:?package=Numerics.NET.Native.Mkl.linux-x64&version=9.0.0 // Install Numerics.NET.Native.Mkl.linux-x64 as a Cake Tool #tool nuget:?package=Numerics.NET.Native.Mkl.linux-x64&version=9.0.0
Numerics.NET
Version 9.0 (August 2024)
Get a free 30 day trial key.
Introduction
Numerics.NET (formerly Extreme Optimization Numerical Libraries for .NET) is a solid foundation for your numerical computing needs on the Microsoft .NET platform, including .NET Core, on Linux, and on mobile.
Its broad base of algorithms covers a wide range of numerical techniques, including: linear algebra, numerical integration and differentiation, solving equations, optimization, curve fitting, statistical models, and much more.
The classes in Numerics.NET and the relationships between them match our every-day concepts, and breaks new ground in usability for numerical software development.
We implemented the best algorithms available today to provide you with great performance on a robust, fast toolset.
Nuget Packages
Numerics.NET is available from the Nuget Gallery.
The main packages are as follows:
Numerics.NET
is all you need to get started. It contains only cross-platform, managed code.Numerics.NET.win-x64
adds the native libraries for Windows (x64). We highly recommend using this package for better performance.Numerics.NET.linux-x64
adds the native libraries for Linux (x64). This package is required if you want to use the native libraries on Linux.
Our website has a complete list of the available packages.
Getting Started
Numerics.NET is distributed as a fully functional 30 day trial version. If you wish to use the software after the trial expires, you may purchase a license online.
You can also obtain a free 30 trial key.
To get started, follow these steps:
Add the
Numerics.NET
Nuget package to your project.In your application's launch code, add your trial key:
Numerics.NET.License.Verify("<your trial key>");
Check the documentation and start coding!
We encourage you to contact support if you have questions.
Migrating from Extreme.Numerics
As of version 9, the root namespace is Numerics.NET
.
In addition to updating the Nuget package(s),
you will need to update your code to use the new namespace.
You can do so in two easy steps:
- Globally rename
Extreme.Mathematics
namespaces toNumerics.NET
. - Globally rename
Extreme.*
namespaces toNumerics.NET.*
.
In most cases, this can be done using a simple search and replace.
Code examples
Code examples are available on our website in the form of QuickStart samples in a variety of languages.
You can download ZIP files that contain all sample projects and data.
Documentation
In addition to the QuickStart samples, our website also hosts full documentation.
This includes a user's guide as well as full API documentation.
Contact Information
Sales
- E-mail: sales@numerics.net
- 1(877) 876-MATH (6284)
- 1(425) 533-0718
Technical support
- E-mail: support@numerics.net
General inquiries
- E-mail: info@numerics.net
- 1(877) 876-MATH (6284)
- 1(425) 533-0718
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 was computed. 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 is compatible. 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 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. 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. |
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 |
---|---|---|
9.0.0 | 191 | 8/8/2024 |
Upgraded to Intel OneAPI 2024 Update 1.