Numerics.NET.linux-x64
9.0.2
Prefix Reserved
dotnet add package Numerics.NET.linux-x64 --version 9.0.2
NuGet\Install-Package Numerics.NET.linux-x64 -Version 9.0.2
<PackageReference Include="Numerics.NET.linux-x64" Version="9.0.2" />
paket add Numerics.NET.linux-x64 --version 9.0.2
#r "nuget: Numerics.NET.linux-x64, 9.0.2"
// Install Numerics.NET.linux-x64 as a Cake Addin #addin nuget:?package=Numerics.NET.linux-x64&version=9.0.2 // Install Numerics.NET.linux-x64 as a Cake Tool #tool nuget:?package=Numerics.NET.linux-x64&version=9.0.2
Numerics.NET
Version 9.0.2 (October 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
Learn more about Target Frameworks and .NET Standard.
-
- Numerics.NET (>= 9.0.2)
- Numerics.NET.Mkl.linux-x64 (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
New version 9.0. See website for details.