Christoph Ruegg
ddd3441649
style cop
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
795b406854
interpolation: ported bulirsch-stoer rational algorithm
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
e875e3232c
interpolation test: exception case testing (code coverage)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
d267b00346
interpolation: renaming some methods and classes
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
8b9e92fac3
fixed ToString and added missing tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
b72659a196
cannot push, seeing if checking in the changed Complex.cs file helps
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
fa2ea96343
Added AlmostEquals method from Math.NET Iridium
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
997aac2a64
precision test: added Test attribute where missing
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
6357037460
special functions: fix native build (missing links)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
bd50e1fd92
interpolation: code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
eb02fefd3d
interpolation: now using Precision.AlmostZero
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
780493b5ee
interpolation: assume samples to be sorted (splines-only)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
5dca1ce266
interpolation: spline refactoring (code review)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
3978386dba
interpolation test: added rational behavior contract
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
bb3ad98479
interpolation test: added polynomial behavior contract
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
5e0874c46e
interpolation: minor refactoring
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
17e4131a21
interpolation: neville polynomial interpolation
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
7297f9fc32
interpolation: renamed linear spline factory method
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
647acb26cd
interpolation: algorithm constructors as one line init shortcut
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
cf1e6ab27a
interpolation: minor code formatting
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
c8d6b76ae0
interpolation test: contract based unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
9a57ff4894
interpolation: rational pole-free, linear spline
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
3ea82d4c9b
interpolation: factory and interface suggestion
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
bdae190b33
Changed Precision.Value to Precision.GetMagnitudeScaledValue
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
77e8b9bf54
Added Boost license reference.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
ff5b0a630c
Fixed StyleCop warnings.
Added ContinuousDistribution class.
Added ContinuousDistribution unit tests.
Added more unit tests in Normal class.
Added Control class with property to check distribution parameters.
Tried to fix the StyleCop header warnings by changing the file encoding but didn't seem to work all that well.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
0477be835b
Fix the message shown in the AssertHelpers.AlmostEqual function.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
82d386f3ac
More unit tests.
Added Erfc and ErfcInv.
Fixed StyleCop problems.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
7b45d69fab
Added Erf tests.
Fixed erf implementation.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
bcb394b51a
- Fixed StyleCop issuesj
- Fixed issues brought up by Marcus in review.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
060f61bb4d
Merged Precision (dnA) and Number (Math.NET) and their tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
jvangael
bfd0939911
Continued implementation of the normal distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
jvangael
e87d06678b
Added constants back into the library.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
jvangael
ffbcdc1161
Partial Normal distribution implementation.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Marcus Cuda
440a41b8bd
added simple markdown parser to create html and text file. uses Markdown.NET and HtmlAgilityPack
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
2188fdf99a
changed Gendarme path so it can run on TeamCity
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
8ee4efadd0
changed Gendarme path so it can run on TeamCity
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
9eb115c96a
added Mono.Gendarme checking to the build process
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
2eb9998a2e
changed static initializers to use WithXY instead of FromXY
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
19de5a2821
added ncover support to the build file
added Configuration and Optimize properties to the build file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
2219c9809b
fixed SHFB build target import
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
51793623fc
docs are now built at release time, not test time. still need to add creating a zip file and simplifing build file using properties
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
36e9cca6c8
Add tools and config for building docs
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
d109ce3292
removed FsCheck
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
98980a1930
trying to forward unit test results to teamcity
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
e6ced09314
now priniting out StyleCop violations
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
fbed2bdb8b
removed fixed directory from build file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
128b03bad1
added alglib copyright
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
17ee0900be
removed multiline options - not needed
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
8044f8079a
fix keyword spacing in combinatorics class
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago