1. Overview
Provides wrapper for the C-Interface of the BLAS Library (CBLAS). The native dll should be named libCBLAS.dll
to
ensure that it can be found by Dodoni.MathLibrary.Native.CBLAS.
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.CBLAS; see API documentation.