Christoph Ruegg
55cce660e2
interpolation: renaming some methods and classes
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
fdfdd07e7b
fixed ToString and added missing tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
85feb49a88
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
eeb814fb8d
Added AlmostEquals method from Math.NET Iridium
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
5542cb05c2
precision test: added Test attribute where missing
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
bdc16a8340
special functions: fix native build (missing links)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
9e84b489e7
interpolation: code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
647159d7a4
interpolation: now using Precision.AlmostZero
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
1c4f887e46
interpolation: assume samples to be sorted (splines-only)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
597f965593
interpolation: spline refactoring (code review)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
45ba168a58
interpolation test: added rational behavior contract
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
e3e646e840
interpolation test: added polynomial behavior contract
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
06d6c6ef47
interpolation: minor refactoring
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
446f98532a
interpolation: neville polynomial interpolation
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
3f22f3d6c5
interpolation: renamed linear spline factory method
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
c339b64cf9
interpolation: algorithm constructors as one line init shortcut
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
8d1681c313
interpolation: minor code formatting
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
a9f06ccbd0
interpolation test: contract based unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
3adcef6250
interpolation: rational pole-free, linear spline
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
4f6d8fd524
interpolation: factory and interface suggestion
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
5f38d4e010
Changed Precision.Value to Precision.GetMagnitudeScaledValue
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Jurgen Van Gael
fecaed0fdd
Added Boost license reference.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Jurgen Van Gael
4e22ba370d
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
Jurgen Van Gael
22fb98fb5d
Fix the message shown in the AssertHelpers.AlmostEqual function.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Jurgen Van Gael
e592d262cc
More unit tests.
Added Erfc and ErfcInv.
Fixed StyleCop problems.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Jurgen Van Gael
281c02756f
Added Erf tests.
Fixed erf implementation.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
88da2a1705
- 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
d6c9e34867
Merged Precision (dnA) and Number (Math.NET) and their tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Jurgen Van Gael
05269f5c7a
Continued implementation of the normal distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
f3553857fa
Added constants back into the library.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
ef0141298e
Partial Normal distribution implementation.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Marcus Cuda
b789a02dcb
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
4cee753fb7
changed Gendarme path so it can run on TeamCity
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
7e0783690e
changed Gendarme path so it can run on TeamCity
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
c961b8fe7d
added Mono.Gendarme checking to the build process
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
f73b7c3de7
changed static initializers to use WithXY instead of FromXY
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
4f1f713241
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
546a35f2bd
fixed SHFB build target import
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
5471d5bacb
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
225e51eed2
Add tools and config for building docs
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
ade25d5ce8
removed FsCheck
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
1ee022698c
trying to forward unit test results to teamcity
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
42d2500d50
now priniting out StyleCop violations
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
b907029aa6
removed fixed directory from build file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
767de137d3
added alglib copyright
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
bee62a81fb
removed multiline options - not needed
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
32dc2c5396
fix keyword spacing in combinatorics class
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
c785e2d888
added missing Fsharp bin files
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
dbf8bbcaba
changed StyleCop rules to not use this. prefiex, start field names with an underscore, and not to care about ordering
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
d76a4d02a5
rename license -> copyright, use MIT/X11
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago