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 |
jvangael
|
58a2e86930
|
Added unit tests for Gamma & Beta.
Added DiGamma function.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
4c5bbc5cd2
|
Fixed a few special cases in the Gamma distribution densities.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
bcf4cd21cb
|
Added Erf and Erfc unit test coverage.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
a8f0634c92
|
Added Gamma and GammaLn with unit tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
453023c35b
|
Added Gamma & Beta distribution unit tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
967800530a
|
Complex: added back license header that was removed by resharper
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
d4e4483d86
|
Complex: added missing tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
208828f07f
|
transforms: now testing parseval's theorem
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
1b6265c7fa
|
Complex: added parse method
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
2437eff859
|
Trig: suggestion for handling extreme cases
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
1921168c7e
|
transforms: xmldoc
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d0cba172d6
|
transforms: parallelized radix-2
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
476016408a
|
transforms: facade
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2cb3a8eb7a
|
transforms: managed FFT algorithms (single-dim, arbitrary-N)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0cd42f068f
|
precision: custom type support, resharper
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
b276ad9e72
|
Trig: added missing file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
unknown
|
a0adc9021b
|
Trig: added trig functions
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
254af32eee
|
number theory: power of two
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
728db500bd
|
number theory: ceiling to power of two
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
fb7ff4ce74
|
number theory: integer IsPowerOfTwo
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0f17aefb31
|
number theory: gcd/lcm for pairs and lists (from Iridium)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
e0dd21908d
|
moved Complex tests into their own folder
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
5fb23b3af8
|
interpolation: ported akima spline
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
0478e36a66
|
interpolation test: now verifying minimum sample count check
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
010ca6316f
|
threading: style cop
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
jvangael
|
0edb5ac469
|
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 |
jvangael
|
ff36e398b9
|
Added the number theory and sorting classes.
|
17 years ago |
jvangael
|
4deb9e90b7
|
Added statistics test data.
|
17 years ago |
Christoph Ruegg
|
fef109cdf6
|
threading: ported from dnAnalytics
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d05428831d
|
internals now visible to unit tests (fix for native)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
9b9c2d7f3f
|
internals now visible to unit tests, which are now signed
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
a4165f348d
|
assembly now marked as CLS compliant
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
f2e442d54a
|
quadrature: some methods are now static
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
9e01fe767f
|
style cop
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
a65a9a5414
|
complex: fixed ToString and added operators
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
f551cf4f00
|
quadrature: ported from iridium
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
9946a11bb6
|
precision: added relative-error almost-equal
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
1fe9b3dea0
|
number theory: ported from iridium, as needed by quadrature
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
e46f3ce529
|
interpolation: ported cubic spline algorithm
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
25f3b70a2f
|
interpolation test: reorganized to support non-standard-parameter meta algorithms
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |