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
|
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 |
Christoph Ruegg
|
c5ba8a124d
|
number theory: integer IsPowerOfTwo
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
79bd6367d8
|
number theory: gcd/lcm for pairs and lists (from Iridium)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
0bb995f7a4
|
moved Complex tests into their own folder
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
3e60249dfd
|
interpolation: ported akima spline
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
8599adbc89
|
interpolation test: now verifying minimum sample count check
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
a388a0ddaa
|
threading: style cop
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
37d02b5743
|
Fixed a bug with the order finding method.
Lowered the accuracy of StdDev computation on the numacc2 test to 13 significant digits.
|
17 years ago |
Jurgen Van Gael
|
8184cbbb67
|
Added the number theory and sorting classes.
|
17 years ago |
Christoph Ruegg
|
6167c39c8c
|
threading: ported from dnAnalytics
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d71990fceb
|
internals now visible to unit tests (fix for native)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
3de8fde358
|
internals now visible to unit tests, which are now signed
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c16e8e18b7
|
assembly now marked as CLS compliant
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
ae94954bfa
|
quadrature: some methods are now static
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
74a57ec9ed
|
style cop
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
1374a450c4
|
complex: fixed ToString and added operators
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
3ae322ef98
|
quadrature: ported from iridium
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
fc5bd1b6eb
|
precision: added relative-error almost-equal
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
b290395b7a
|
number theory: ported from iridium, as needed by quadrature
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
a193ad19c7
|
interpolation: ported cubic spline algorithm
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
bd1c6a1b75
|
interpolation test: reorganized to support non-standard-parameter meta algorithms
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c65cd550f4
|
interpolation: refactoring for access to coefficient/weight computation
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |