Numerics.NET is a set of libraries for numerical computing and data analysis. This package provides types specialized to single-precision, including complex numbers, as well as optimized implementations of single-precision linear algebra. Supports .NET 8, 9, 10, .NET Framework 4.62+, .NET Standard 2.0 on Windows, Linux and Mac.
$ dotnet add package Numerics.NET.SinglePrecisionVersion 9.1.3 (May 2025)
Get a free 30 day trial key.
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.
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.
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 .
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.
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:
Extreme.Mathematics namespaces to Numerics.NET.Extreme.* namespaces to Numerics.NET.*.In most cases, this can be done using a simple search and replace.
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.
In addition to the QuickStart samples, our website also hosts full documentation.
This includes a user's guide as well as full API documentation.
Sales
Technical support
General inquiries