1. Overview

Provides wrapper for LibM, a 64bit software library (AMD) containing a collection of basic math functions and vector functions. Copy the file(s) to the binary folder of your .net code and rename it to libAMDLibM.dll to ensure that it can be found by Dodoni.MathLibrary.Native.LibM.

2. Dependencies

This assembly depends on

3. Main concepts and helpful code snippets

The Managed Extensibility Framework(MEF) is used to dynamic link to this assembly. If specific features of this assembly are used which are not covered by the generic interface one has to add a reference to this assembly; in all other cases a reference to this assembly is optional.

4. Important remarks

  • The LibM library is limited to 64 bit.
  • No support for Windows OS any more.