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 |
Marcus Cuda
|
fb61e4f991
|
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
|
20196aa1a0
|
Project merging: updated build fike
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
b57b32fd87
|
Project merging: added projects back to the solution
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
4ccfa45871
|
Project merging: renamed projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
ed4927676b
|
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
|
215f910a2c
|
transforms: hartley - naive
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
4fdc18cab8
|
transforms: using complex ctor instead of factory
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
01af68a56e
|
precision: assertion helper for double arrays
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
b643907a15
|
Fixed some bugs in the Beta distribution.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
d3d64635ba
|
Added unit tests for Gamma & Beta.
Added DiGamma function.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
9300444f62
|
Fixed a few special cases in the Gamma distribution densities.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
c4e31af95f
|
Added Erf and Erfc unit test coverage.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
863d7acac9
|
Added Gamma and GammaLn with unit tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
09f3677840
|
Added Gamma & Beta distribution unit tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
8b0f7b9c24
|
Complex: added back license header that was removed by resharper
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
ba2910eee2
|
Complex: added missing tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
97b768ffd6
|
transforms: now testing parseval's theorem
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
5dac8eaae4
|
Complex: added parse method
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
dd51fd8dca
|
Trig: suggestion for handling extreme cases
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
73b181b5f4
|
transforms: xmldoc
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
ef572fdcbf
|
transforms: parallelized radix-2
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
803ca3ff99
|
transforms: facade
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d3d3b1e8cb
|
transforms: managed FFT algorithms (single-dim, arbitrary-N)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
4ac2bae6fa
|
precision: custom type support, resharper
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
321988ba51
|
Trig: added missing file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
fff3a0f836
|
Trig: added trig functions
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
91945b882f
|
number theory: power of two
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0d2e546431
|
number theory: ceiling to power of two
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |