Numerics.NET.Native.Mkl.win-x86 9.0.0

Prefix Reserved
dotnet add package Numerics.NET.Native.Mkl.win-x86 --version 9.0.0                
NuGet\Install-Package Numerics.NET.Native.Mkl.win-x86 -Version 9.0.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="Numerics.NET.Native.Mkl.win-x86" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Numerics.NET.Native.Mkl.win-x86 --version 9.0.0                
#r "nuget: Numerics.NET.Native.Mkl.win-x86, 9.0.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 Numerics.NET.Native.Mkl.win-x86 as a Cake Addin
#addin nuget:?package=Numerics.NET.Native.Mkl.win-x86&version=9.0.0

// Install Numerics.NET.Native.Mkl.win-x86 as a Cake Tool
#tool nuget:?package=Numerics.NET.Native.Mkl.win-x86&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:

  1. Add the Numerics.NET Nuget package to your project.

  2. In your application's launch code, add your trial key:
    Numerics.NET.License.Verify("<your trial key>");

  3. 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:

  1. Globally rename Extreme.Mathematics namespaces to Numerics.NET.
  2. Globally rename Extreme.* namespaces to Numerics.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

Technical support

General inquiries

Product 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. 
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 (1)

Showing the top 1 NuGet packages that depend on Numerics.NET.Native.Mkl.win-x86:

Package Downloads
Numerics.NET.win-x86

Numerics.NET (formerly Numerics.NET) are a set of libraries for numerical computing and data analysis. This is the main package that contains all the core functionality as well as native libraries for Windows (x86) based on Intel's OneAPI Math Kernel Library (MKL). Supports .NET 6.0-8.0+, .NET Framework 4.62+, .NET Standard 2.0 on Windows, Linux and Mac.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 120 8/8/2024

Upgraded to Intel OneAPI 2024 Update 1.