- Notifications
You must be signed in to change notification settings - Fork8
Library that exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MP Library.
License
MachineCognitis/Math.Gmp.Native
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The GMP Native Interface for .NET Library exposes to .NET (through P-Invoke and .NET types) all ofthe functionality of theGNU MP Library (version 6.1.2).It automatically loads at runtime the 32-bit or 64-bit GNU MP library that matches the current CPUarchitecture, thus allowing building Visual Studio Projects for AnyCPU, x86, or x64.It is based on the GNU MP "fat" build which automatically detects the current CPU type, and selectsany available assembly language code optimization for that CPU, thus providing optimal performance.
- On-line help is availablehere.
The GMP Native Interface for .NET library can be installed in your Visual Studio solution or projectwith thisNuGet package.
The build file includes the compiled library and the help file (.chm) ready to be included in your project.The x86 and x64 folders contain the compiled GNU MP Library and must be copied to the same folder as theMath.Gmp.Native.dll library. The library targets the .NET Framework 4.0, so it can be used with all newerversions of the .NET Framework.For other builds, see theReleases page.
NOTE: On some systems, the content of the ZIP file may be blocked. To unblock it, right click on theZIP file, select Properties, and click on the Unblock button, if it is present.
About
Library that exposes to .NET (through P-Invoke and .NET types) all of the functionality of the GNU MP Library.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.