1. Overview
Provides wrapper for the BLAS Library (Fortran interface). The native dll
should be named libBLAS.dll
to ensure that it can be found by Dodoni.MathLibrary.Native.BLAS.dll.
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.
Tip: One may have a look in the unit test project
of Dodoni.MathLibrary.Native.BLAS; see API documentation.