Optional package, adding native dependencies for the win-x64 platform. This module is part of the ILNumerics Computing Engine, for convenient authoring of fast numerical algorithms on .NET. Free trial licenses are available here: https://ilnumerics.net/download.html.
$ dotnet add package ILNumerics.Core.NativeThis package is part of ILNumerics Ultimate VS - a powerful framework for technical application development on .NET.
General info about ILNumerics: (specific info about this package are found at the end)
ILNumerics provides packages for the convenient authoring of:
ILNumerics is compatible with all .NET runtimes since .NET Framework 4.6.1., including .NET Core, .NET 8.0. and newer.
We've invested great effort to auto-translate and keep up to date the quasi standard algorithms for all computational routines, including linear algebra, FFT and optimization methods. These purely managed implementations are the first to bring professional robustness and precision to .NET. Hence, ILNumerics runs efficiently on any platform supported by .NET! Optionally, native libraries can be used to replace the managed default implementation. For the Windows platform, such native, optimized libraries are provided, too.
ILNumerics apps are typically much faster than alternatives: faster to implement and faster during execution. We've invented groundbreaking new auto-parallelization techniques which make full use of modern, parallel hardware with unseen automatic efficiency. Further, with ILNumerics the size of your data is not limited by the managed heap. ILNumerics n-dimensional Array<T> bridges the gap from high-level mathematical expressions down to native memory robustly, efficiently, and transparently. Moreover, it allows to connect your data to any 3rd party interface without hassle.
This package adds platform specific, native binaries, supporting various modules of ILNumerics on the Windows and Linux platforms. It adds x64 optimized binaries for the Computing Engine, including Intel's(R) MKL optimized LAPACK implementation. This package serves as an optional component to the main Computing Engine package. It cannot be used as a stand-alone package.