Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

Ribe
New User
1,237 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,125 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
1,026 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