我正在尝试在 c# 项目中使用 OpenBLAS(更具体地说,我正在尝试通过 MathNet.Numerics.Control.LinearAlgebraProvider
将其与 Math.NET 一起使用)。 我已经成功地创建了以下文件 https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio。
现在我在一个新目录中有一个 .lib 和 .dll 文件(根据 Visual Studio 中的使用 OpenBLAS .dll库小节),但我不确定从这里开始!
有谁知道我应该从这里做什么?我无法直接将生成的dll添加到我的项目中,从进一步阅读来看,我似乎需要使用Visual Studio生成一个新的dll。
使用 MathNet 提供的 NativeWrappers 解决方案文件。
有关 MKL 和 ACML 的类似说明如下:http://mathnetnumerics.codeplex.com/wikipage?title=Native%20Providers&referringTitle=Documentation