Marcus Cuda
|
478991b870
|
vector: added equals and gethashcode methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
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 |
Christoph Ruegg
|
1219b46e1f
|
globalization: fix complex parsing asymmetry bug introduced in aa4ec834
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
3a046b27dc
|
globalization: vector, matrix using provided formatter
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
85b19ee4cb
|
globalization: complex ToString and Parse
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
cf31c5b285
|
globalization: parsing and formatting helpers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
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
|
165942ea18
|
Bug fixes in Bernoulli distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
581e4b12bb
|
Fixed some style warnings.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
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
|
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 |
Marcus Cuda
|
eeed394686
|
Vector: added norm methods and broke up unit tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
720abbdb74
|
Vector: Added array constructor - keeps a reference, does not make a copy
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
e3e6dc94d6
|
Vector: added scaling methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
844ad6a51f
|
Vector: added subtraction and corrected addition interface in ILinearAlgebra
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
aa2ef064d9
|
reverting the changes I made to the resharper settings file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
882a48e040
|
Vector: Added addition methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
1c07cacf5f
|
started sketching linear algebra algos. trying out the individual provider approach
modified Resharper settings to match StyleCop on typeof spacing
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
36b925390b
|
threading: removing misguided comment
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
8bf88a71bf
|
sampling: applying random sampling to unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2025f50897
|
sampling: random
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c2a756bb7f
|
sampling: applying to unit tests to replace custom sampling providers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
93caa4a1f8
|
sampling: equidistant, chebyshev
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c3635141d1
|
constants: new Pi2 = 2 * pi
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d31ff5ea49
|
code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
64090f15d9
|
resharper: fixed math.net class file template
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
49c07c0868
|
resharper/agentsmith settings now shared by solution
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
0a6abf73e7
|
Added Dirichlet unit tests
Fixed typo in CommonDistributionTests.cs
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
806f26e0af
|
Added Dirichlet distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Christoph Ruegg
|
ed86c197d7
|
threading: resolve recursive parallelization, preventing deadlocks
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
71756c6599
|
quadrature: tests now verify argument checks
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
283fd6e2f9
|
unit tests: new generic argument checking contract, functional helpers now globally available
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
1a5db20c4d
|
number theory: full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
f3dcba5c6c
|
precision: fixing typo in previous 84f78d827d
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
a23436c35b
|
interpolation: barycentric condition fix, full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0cae26eda7
|
precision: multiple increment/decrement
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d5c9182f1e
|
interpolation: refactored unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
71ae6eb7e5
|
interpolation: additional constructors
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
42577cf88e
|
interpolation: xmldoc link references
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0dba429581
|
interpolation: added equidistant polynomial (barycentric)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
37f3be9ce1
|
threading: minor refactoring, control, fast-forward execution
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
e296558551
|
sorting: code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
913d9f6eca
|
tweaked build file to remove managed references and to be a little more xbuild friendly - but there is still an issue with InternalVisibleTo
corrected the ToString Vector test
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
b3f8ebbaf1
|
transforms: reorganized unit tests, now full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
9b8706b7fb
|
transforms: facade test
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
1d0437561c
|
Linear Algebra: replaced comma with TextInfo.ListSeparator
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
4abb536ea0
|
Linear Algebra: Started implement DenseVector
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
2417fd1c2c
|
Linear Algebra: Added just enough of the vector class so it compiles
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |