Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net F#1.9.9.9和拉帕克_.net_Math_F#_Lapack - Fatal编程技术网

.net F#1.9.9.9和拉帕克

.net F#1.9.9.9和拉帕克,.net,math,f#,lapack,.net,Math,F#,Lapack,有谁能帮我举一个用最新f#使用lapack的例子吗?还是现在不推荐 我搜索并只找到了,但无法编译FSharp.PowerPack.Math.Providers.dll 编辑: @尹,谢谢你的博客。在从1.9.7.8源代码编译FSharp.PowerPack.Math.Providers.dll时,Microsoft.FSharp.Compatibility.permutation被多次使用,无法找到。在您的博客中,据说只是为了明确定义它: type permutation = int –>

有谁能帮我举一个用最新f#使用lapack的例子吗?还是现在不推荐

我搜索并只找到了,但无法编译
FSharp.PowerPack.Math.Providers.dll

编辑: @尹,谢谢你的博客。在从1.9.7.8源代码编译
FSharp.PowerPack.Math.Providers.dll时,
Microsoft.FSharp.Compatibility.permutation
被多次使用,无法找到。在您的博客中,据说只是为了明确定义它:

type permutation = int –> int.
或者,我将所有
Microsoft.FSharp.Compatibility.permutation
替换为
Microsoft.FSharp.Math.permutation
,并对其进行编译。我还没有测试过它

你能给我们看一下svd bug的测试用例吗


谢谢

我写了这个博客。你使用VS2008吗?你安装了PowerPack吗?到目前为止你做了什么?你得到了什么编译错误

F#团队不建议使用数学提供者。然而,这是我能在网上找到的最好的F#(不完整的alpha-test Math.Net需要时间来成熟)。我还可以告诉你,包装是有缺陷的,例如,在SVD包装中有一个缺陷。但是这个包装器很小,您可以在F#新版本中自己维护它,并根据需要添加新功能(我们这里有明显的许可证问题!)。我的计划是使用和修改这个包装,直到它稳定,并重写一个新的,以清除许可证问题。或者,我们可以说服MS或MSR继续开发

@阿哈拉,svd病毒

搜寻 本委员会成员(a:矩阵))= 在lapack_service_netlib.fs中

在m-by-n(m>n)矩阵上执行SVD时,此函数存在内存访问/段故障错误

为了解决这个问题,我们需要将arg_jobu和arg_jobvt更改为“S”。参考此处的lapack文件: