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

MKL dll for my vb.net project targeting 4.8 NET framework

Ribe
New User
1,143 Views

Hi everyoone,

I am trying to calculate partial eigenvalues of a large unsymmetric matrix. My project is targetting 4.8 NET framework.  Can I use Intel MKL for for my app?

Thanks in advance for your response.

Ribe 

 

0 Kudos
2 Replies
Deeksha_S_Intel
Moderator
1,031 Views

Hi Ribelito, we would like to inform you that we are routing your query to the engineering team for further assistance.


0 Kudos
Ruqiu_C_Intel
Moderator
932 Views

Hi,

You might use Platform Invocation Services to manage code (such as VB.NET or C#) to call unmanaged code, that is, functions in a DLL written in C or C++.

There is one article about using oneMKL in C# program for your reference: https://www.intel.com/content/www/us/en/developer/articles/technical/using-intel-mkl-in-your-c-program.html

 

0 Kudos
Reply