Christoph Ruegg
dcade5cb90
Fitting: New Least Squares Linear Curve Fitting
13 years ago
Christoph Ruegg
53200083fa
Twek naming of new F# matrix creating functions
13 years ago
Christoph Ruegg
a3a40666b6
LA: Functional Map/MapIndexed on matrices, with F# support
13 years ago
Christoph Ruegg
0384038145
LA: Functional Map/MapIndexed on vectors, with F# support
13 years ago
Christoph Ruegg
fad553b8a4
LA: matrix of nested enumerables, with F# support and tests
13 years ago
Christoph Ruegg
68b620ebee
LA: vectors of indexed enumerable
13 years ago
Christoph Ruegg
af476c29f1
LA: matrix construction rework #104
13 years ago
Christoph Ruegg
0986188176
FSharp: matrix/vector slice syntax unit tests
14 years ago
Christoph Ruegg
2d34167160
Tests: NUnit HintPaths
14 years ago
Christoph Ruegg
258b2fcce2
Portable: fix test output paths
14 years ago
Christoph Ruegg
c65f6e952c
Cosmetics, more eol whitespace
14 years ago
Christoph Ruegg
e24c1c25ff
Cleanup: file names, kill eol whitespace
14 years ago
Christoph Ruegg
f5b6500668
Realign complex types with System.Numerics
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
1e7c60cb8e
Convert FSharpUnitTests to NUnit + latest FSUnit
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
8e1102c2f4
Upgrade F# projects to F# 3.0
14 years ago
bstrausser
07667bda35
Fixes incorrect matrix foldback
FoldBack was incorrect because of incorrect indexing.
Tests did not detect this because the matrix was square.
(cherry picked from commit b1aee2aa74 )
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
Gustavo Guerra
dffd5ce447
Change mapCols and mapRows to return a Matrix instead of a sequence and add inplace versions
15 years ago
Gustavo Guerra
4dfa1c66a5
Add Vector.insert (similar to Matrix.InsertColumn and Matrix.InsertRow)
15 years ago
Gustavo Guerra
a1618854ba
add foldBack to Vector and Matrix
15 years ago
Gustavo Guerra
934df455f3
added unit tests for mapCols, mapRows, sumColsBy and sumRowsBy
15 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
Marcus Cuda
cbd321574f
andriy's conversion to a generic matrix
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.
16 years ago
Jurgen Van Gael
0572a7a3d1
Removed redundancy in F# project files.
16 years ago
Marcus Cuda
2b516b03e5
switched over to the 2010 Parallel class
16 years ago
Marcus Cuda
181533fe0d
initial conversion
16 years ago
Marcus Cuda
a71cd4e54b
initial conversion
16 years ago
Marcus Cuda
b475b85b31
matrix: MatrixMultiply now call MatrixMultiplyWithUpdate
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
Jurgen Van Gael
6334379f12
Updated the F# interface to comply with the October 2009 CTP.
Added a DenseMatrix constructor which references an array.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
e0ad31caaf
Fixed some bugs in the DenseMatrix implementation.
17 years ago
Jurgen Van Gael
7f23d8d912
Added initial DenseMatrix implementation.
Ported F# Matrix and DenseMatrix interface.
17 years ago
Jurgen Van Gael
d8b8520409
Added log-normal distribution.
Fixed some F# methods.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
ad71498901
Added F# Matrix module.
17 years ago
Jurgen Van Gael
ab86ca23c6
added AbstractRandomNumberGenerator.cs
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
83355ad1c4
Fix bug in F# unit tests.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Marcus Cuda
eafe76800f
Added F# projects to the build
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Jurgen Van Gael
2f9b6690a7
Finished the initial F# interface for Double.DenseVector.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
11cfdde911
Fixed some F# interface issues.
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