Can anyone help me with example on using lapack with latest f#? Or it is not recommended for now?
I searched and only find http://fdatamining.blogspot.com/ but was not able to get FSharp.PowerPack.Math.Providers.dll
compiled.
EDIT:
@Yin, Thanks for your blog. On compiling FSharp.PowerPack.Math.Providers.dll
from 1.9.7.8 source, Microsoft.FSharp.Compatibility.permutation
is used several times and cannot be found. In your blog it is said just to define it explicitly:
type permutation = int –> int.
Alternatively I replace all Microsoft.FSharp.Compatibility.permutation
with Microsoft.FSharp.Math.Permutation
and got it compiled. Have not test it yet.
Could you please show us the test case for svd bug?
Thanks