Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7232 Discussions

Thread Your C# Code with Intel Performance Libraries

Naveen_G_Intel
Employee
745 Views
Hi,
Intel Performance Libraries such as Intel MKL and Intel IPP are unmanaged code libraries. They are written in native programming languages and compiled to machine code which can run on a target computer directly. This article is intended to educate Intel MKL and Intel IPP users on the basics of calling these libraries from .NET Framework languages such as C#.

To read complete article - http://software.intel.com/en-us/articles/using-intel-math-kernel-library-and-intel-integrated-performance-primitives-in-the-microsoft-net-framework/

Regards,
Naveen Gv
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
745 Views
For those whom are interesting, please look at the article.
You can find there some examples show how to call dfti, blas level3, lapack, pardiso and vml routines in your C# program.
--Gennady
0 Kudos
Reply