Earlier I posted about F# Deep Dives and its Early Access Program for reading chapters of the book as they become available. I'm particularly struck by the contents of Chapter 4 - Numerical computing in the financial domain by Chao-Jen Chen. This looks like a stunning guide to financial programming with F#. Here are the … Continue reading Financial Programming
Tag: Math.NET
Getting Started with Math.NET and F# Programming
This is the first blog in a series to help F# programmers keep up-to-date with different ways of doing numerically-oriented programming with F#. The first posts in this series will focus on the open source Math.NET Numerics library. Math.NET Numerics is an opensource numerical library for F# and C# on .NET and Mono, including implementations of .NET supporting .NET … Continue reading Getting Started with Math.NET and F# Programming
Math.Net Numerics Beta 2, plus a competition for a fast matrix multiply
The contributors to Math.NET have just released their final beta for Math.NET Numerics. This wonderful package includes both NuGet packages and F# integration! From the Math.NET Numerics site: Download the MathNet.Numerics.dll assembly, add a reference to it to your project and you're done. To make this even easier we also publish binary releases to the NuGet … Continue reading Math.Net Numerics Beta 2, plus a competition for a fast matrix multiply
