From ad71498901fae07d70a608cb0415ee996fc66e96 Mon Sep 17 00:00:00 2001 From: Jurgen Van Gael Date: Sat, 3 Oct 2009 18:29:52 +0800 Subject: [PATCH] Added F# Matrix module. --- src/FSharp/FSharp.fsproj | 1 + src/FSharp/Main.fs | 3 + src/FSharp/Matrix.fs | 198 +++++++++++++++++++++++++++++++++ src/FSharpUnitTests/Program.fs | 67 +++++++++-- src/Numerics/Numerics.csproj | 1 - 5 files changed, 261 insertions(+), 9 deletions(-) create mode 100644 src/FSharp/Matrix.fs diff --git a/src/FSharp/FSharp.fsproj b/src/FSharp/FSharp.fsproj index 5a7b7f4e..61279acb 100644 --- a/src/FSharp/FSharp.fsproj +++ b/src/FSharp/FSharp.fsproj @@ -48,6 +48,7 @@ +