What happened to Microsoft.FSharp.Math.Matrix?

房东的猫 提交于 2020-01-03 19:15:14

问题


Kind of strange how this class type has dropped of the F# released with VS2010

Does anyone know where it has gone? or where it is now?


回答1:


It is in the F# powerpack, which is used by the F# team for "unstable" code that will get released and updated more often than the main release of F# and libraries. (Note that the code is still high-quality code, you should ignore most of the connotations that "unstable" has in this case). It's just a way for the F# team to get more experimental code out there quickly, once F# is released for real.

The powerpack is on codeplex



来源:https://stackoverflow.com/questions/1036753/what-happened-to-microsoft-fsharp-math-matrix

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!