Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Problem using Native Linear Algebra Provider

$
0
0
Hello,

I'm having trouble getting the native linear algebra providers to work using the documentation here :
http://mathnetnumerics.codeplex.com/wikipage?title=Native%20Providers&referringTitle=Documentation
I'm using MKL, and while I was able to build the MKLWrapper project and grab the resulting MathNET.Numerics.MKL.dll, when I try to run my program and it hits a line that does any matrix operations (in my case, a .Divide) I get the following error :
An unhandled exception of type "System.DllNotFoundException' occurred in MathNet.Numerics.dll

Additional information: Unable to load DLL 'MathNET.Numerics.MKL.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
The MathNET.Numerics.MKL.dll is in the same directory as the MathNet.Numerics.dll I'm using in "References" (and out of frustration, I copied it to every other folder that any copy of MathNet.Numerics.dll happens to be in). The DLL was built in Release and x64 just like the MathNet.Numerics.dll, and the program I'm calling from.

Lots of googling has so far not given me much to go on. I'm not at all familiar with using unmanaged DLLs in a .NET project so it's very possible I'm missing something simple. Has anyone had experience with using MKL and have any suggestions on where I can look next?

Thanks,
Brian

Viewing all articles
Browse latest Browse all 971

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>