Tagged Questions
5
votes
2answers
1k views
About using F# to create a Matrix assembly usable from C#
There are no builtin matrix functions in C#, but there are in the F# powerpack.
Rather than using a third party or open source C# library, I wonder about rolling my own in F#, and exposing the useful ...