Numerics.NET
9.1.2
Prefix Reserved
dotnet add package Numerics.NET --version 9.1.2
NuGet\Install-Package Numerics.NET -Version 9.1.2
<PackageReference Include="Numerics.NET" Version="9.1.2" />
<PackageVersion Include="Numerics.NET" Version="9.1.2" />
<PackageReference Include="Numerics.NET" />
paket add Numerics.NET --version 9.1.2
#r "nuget: Numerics.NET, 9.1.2"
#addin nuget:?package=Numerics.NET&version=9.1.2
#tool nuget:?package=Numerics.NET&version=9.1.2
Numerics.NET
Version 9.1.2 (April 2025)
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
Learn more about Target Frameworks and .NET Standard.
-
- Numerics.NET.Core (>= 9.1.2)
- Numerics.NET.Data (>= 4.0.4)
- Numerics.NET.Generic (>= 9.1.2)
- Numerics.NET.SinglePrecision (>= 9.1.2)
- Numerics.NET.Tensors (>= 9.0.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Numerics.NET:
Package | Downloads |
---|---|
Numerics.NET.win-x64
Numerics.NET (formerly Numerics.NET) are a set of libraries for numerical computing and data analysis. This is a bundle package that contains all the core functionality as well as native libraries for Windows (x64) 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. |
|
Numerics.NET.linux-x64
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 Linux (x64) based on Intel's OneAPI Math Kernel Library (MKL). Supports .NET 6.0-8.0+, .NET Framework 4.62+, .NET Standard 2.0 on Linux. |
|
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.
See individual packages for details.