Numerics.NET.Core
9.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Numerics.NET.Core --version 9.0.0
NuGet\Install-Package Numerics.NET.Core -Version 9.0.0
<PackageReference Include="Numerics.NET.Core" Version="9.0.0" />
paket add Numerics.NET.Core --version 9.0.0
#r "nuget: Numerics.NET.Core, 9.0.0"
// Install Numerics.NET.Core as a Cake Addin #addin nuget:?package=Numerics.NET.Core&version=9.0.0 // Install Numerics.NET.Core as a Cake Tool #tool nuget:?package=Numerics.NET.Core&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. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.5)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 4.5.0)
- System.Memory (>= 4.5.5)
- System.Runtime.Loader (>= 4.3.0)
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Numerics.NET.Core:
Package | Downloads |
---|---|
Numerics.NET
Numerics.NET (formerly Numerics.NET) are a set of libraries for numerical computing and data analysis. This package bundles all functionality except for native libraries. For optimal performance, we strongly recommend also referencing one of the native packages based on Intel's 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.Data
Data Access Library for reading and writing files in commonly used formats including: R, Matlab, Text (CSV, delimited, fixed width), matrix market, stata. Part of the Numerics.NET. |
|
Numerics.NET.Generic
Numerics.NET is a set of libraries for numerical computing and data analysis. This package provides a complete implementation of linear algebra functionality for arbitrary numerical types. Supports .NET 6.0, .NET 5.0, .NET Framework 4.62+, .NET Standard 2.0, and .NET Core 3.1 on Windows, Linux and Mac. |
|
Numerics.NET.SinglePrecision
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 6.0, .NET 8.0, .NET Framework 4.62+, .NET Standard 2.0, and .NET Core 3.1 on Windows, Linux and Mac. |
|
Numerics.NET.Tensors
Numerics.NET is a set of libraries for numerical computing and data analysis. This is the Tensors package that contains support for multi-dimensional arrays. 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.
New version 9.0. See website for details.