Christoph Ruegg
c9af3dee3a
LA: Clean up and extend F# matrix/vector combinators
13 years ago
Christoph Ruegg
3e3f89694d
LA: Generalize F# functions to generic types where possible
13 years ago
Christoph Ruegg
f668ff7932
Tests: file rename
13 years ago
Christoph Ruegg
5749cc36e7
RootFinding: F# module
13 years ago
Christoph Ruegg
a7e247ecd4
Fitting: rename from LeastSquares to Fit for discoverability
13 years ago
Christoph Ruegg
8fc3ba9470
Fitting: Idiomatic least squares curve fitting for F#
13 years ago
Gauthier Segay
e1050bbfe9
FSharp.proj adjustments for Release-Signed configuration.
* make MathNet.Numerics.FSharp assembly signed when built in Release-Signed configuration
* set appropriate output folder for Release-Signed configuration
14 years ago
Christoph Ruegg
513c33c90b
Build: simplify compilation symbols
14 years ago
Christoph Ruegg
e24c1c25ff
Cleanup: file names, kill eol whitespace
14 years ago
Gustavo Guerra
0aa78338f9
Make RandomVariable more idiomatic and move it out of the global Math.Numerics namespace
14 years ago
Gustavo Guerra
205c770c5c
Rename Distribution to RandomVariable
14 years ago
Gustavo Guerra
94677c6548
Bring Complex & BigRational from F# PowerPack, and DistributionMonad from FSharpx
14 years ago
Christoph Ruegg
88b07acaf7
F#: add modules for random numbers and distributions
14 years ago
Christoph Ruegg
892bbe510e
F#: Simplify and clarify project file structure
14 years ago
Christoph Ruegg
8e1102c2f4
Upgrade F# projects to F# 3.0
14 years ago
Tomas Petricek
cc802b5ed1
Adding GetSlice extensions to matrix and vector types
(cherry picked from commit 555ba59714 )
(cherry picked from commit 03f14ab416 )
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
14 years ago
Christoph Ruegg
2fa4232f64
Build: new 'Release-Signed' profile for signing assemblies (strong name)
14 years ago
Christoph Ruegg
05e1665d5a
AssemblyInfo for F# module project. Versions not yet generated, fixed to 1.0.0.0 for now
16 years ago
Christoph Ruegg
6c76369395
Ci: make projects build to a common out folder with a decent folder structure out of the box
16 years ago
Jurgen Van Gael
941f0ca790
Added sparse interface to the F# front-end.
Fixed unit tests for new functional friendly vector interface.
16 years ago
Jurgen Van Gael
56a1f49c2e
Revert "Removed redundancy in F# project files."
This reverts commit da13cb97bf96c97362a2a5168bb34fc4819825e5.
17 years ago
Jurgen Van Gael
0572a7a3d1
Removed redundancy in F# project files.
17 years ago
Marcus Cuda
2b516b03e5
switched over to the 2010 Parallel class
17 years ago
Marcus Cuda
181533fe0d
initial conversion
17 years ago
Marcus Cuda
e31585f91f
matrix: fixed matrix multiplication bug where the call was doing an multiply and update, not just a multiply
build: corrected the default build task
fixed some stylecop errors
17 years ago
Marcus Cuda
08c2041806
build: creates base release file
17 years ago
Jurgen Van Gael
7f23d8d912
Added initial DenseMatrix implementation.
Ported F# Matrix and DenseMatrix interface.
17 years ago
Jurgen Van Gael
ad71498901
Added F# Matrix module.
17 years ago
Jurgen Van Gael
c7db7cd590
Extended F# API (doesn't compile just yet).
Added Bernoulli distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
c818f441bb
Added initial F# interface.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Marcus Cuda
3e8d211042
added empty Examples project
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
14330e2055
renamed Managed.Test to Managed.UnitTests since we'll multiple types of tests and added Native.UnitTests project
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
2778324285
empty projects
17 years ago