jvangael
|
50c8bcb5cf
|
Fixed some style warnings.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
jvangael
|
3d53c110cc
|
Extended F# API (doesn't compile just yet).
Added Bernoulli distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
jvangael
|
f86968e685
|
Fixed some F# interface issues.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
jvangael
|
e4980ed96e
|
Added initial F# interface.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Marcus Cuda
|
ce54b3eba4
|
Vector: added norm methods and broke up unit tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
7d7c72dc5a
|
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
|
7b8b404182
|
Vector: added scaling methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
1b8aa43c8d
|
Vector: added subtraction and corrected addition interface in ILinearAlgebra
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
83ce5d764a
|
reverting the changes I made to the resharper settings file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
d51753d6c5
|
Vector: Added addition methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
f2cbeb2baa
|
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
|
34f4bb62bf
|
threading: removing misguided comment
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
adcd527722
|
sampling: applying random sampling to unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
f51c4ea4ce
|
sampling: random
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
33a23505d1
|
sampling: applying to unit tests to replace custom sampling providers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
208747e996
|
sampling: equidistant, chebyshev
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
3ae18748f6
|
constants: new Pi2 = 2 * pi
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
ab1b6a1d39
|
code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
774ae7100f
|
resharper: fixed math.net class file template
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
adbe097c6d
|
resharper/agentsmith settings now shared by solution
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
38d60ddb6a
|
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 |
jvangael
|
be690bea9b
|
Added Dirichlet distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Christoph Ruegg
|
63d159c826
|
threading: resolve recursive parallelization, preventing deadlocks
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
097946b9a8
|
quadrature: tests now verify argument checks
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
3c3c01839b
|
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
|
93e0402fd4
|
number theory: full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
66bd45316e
|
precision: fixing typo in previous 84f78d827d
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
f2cf2b5f1c
|
interpolation: barycentric condition fix, full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
84f78d827d
|
precision: multiple increment/decrement
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2e5676249c
|
interpolation: refactored unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c9b81d8fbf
|
interpolation: additional constructors
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d30f0c9080
|
interpolation: xmldoc link references
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
194ec24d93
|
interpolation: added equidistant polynomial (barycentric)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c412fce9e6
|
threading: minor refactoring, control, fast-forward execution
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
1d21cb5de6
|
sorting: code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
d6e1626dcc
|
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
|
19e351b7da
|
transforms: reorganized unit tests, now full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d8c22c249c
|
transforms: facade test
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
73069cbe76
|
Linear Algebra: replaced comma with TextInfo.ListSeparator
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
7ab3756a74
|
Linear Algebra: Started implement DenseVector
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
45cc804674
|
Linear Algebra: Added just enough of the vector class so it compiles
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
a4a2d26278
|
Linear Algebra: Added just enough of the matrix class so it compiles
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
ea99ef9df6
|
Project merging: updated build fike
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
d028c41f74
|
Project merging: added projects back to the solution
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
5f07fa1d90
|
Project merging: renamed projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
ffa2fa21fb
|
Project merging: starting, looks like it needs to be done in a serveral commits
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
7969992979
|
transforms: hartley - naive
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
7586bff512
|
transforms: using complex ctor instead of factory
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
e7f4cfa66b
|
precision: assertion helper for double arrays
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
d21d8ca9e4
|
Fixed some bugs in the Beta distribution.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |