As a VB.NET developer in the area of data analysis in scientific research, I find the Math.NET library and F# very appealing. My VB.NET library is extensive and I'm playing around with Math.NET and F# integration for enhancing and extending various utilities.
One question, what is the best way to pass a matrix or multi-dimensional array from VB.NET to F#.NET? Should I use the Numerics' DenseMatrix? What would the calling function look like and parameter passing look like. My arrays are in the scale of 8x1000000 integer and double.
Any thoughts? Examples?
dgp