任何人都可以帮助我使用lapack与最新的f#?或者现在不推荐?
我搜索过,只找到http://fdatamining.blogspot.com/但无法FSharp.PowerPack.Math.Providers.dll编译.
编辑:
@Yin,感谢您的博客.在FSharp.PowerPack.Math.Providers.dll从1.9.7.8源编译时,Microsoft.FSharp.Compatibility.permutation使用了几次而无法找到.在你的博客中,据说只是明确地定义它:
type permutation = int –> int.
Run Code Online (Sandbox Code Playgroud)
另外我更换所有Microsoft.FSharp.Compatibility.permutation以Microsoft.FSharp.Math.Permutation得到它编译.还没有测试过.
你能告诉我们svd bug的测试用例吗?
谢谢