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
Marcus Cuda
24f9394ce4
added missing Fsharp bin files
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
d3bef51ab0
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
4a45b11071
rename license -> copyright, use MIT/X11
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
24407eb487
synced up managed and native projects
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
a70f94b785
synced up managed and native projects: added missing file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
bf311fbe10
added stylecop into MSBuld extension directory
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
e3c987760e
Api Suggestion for combinatorics/counting
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
3aba72f798
started working on build files
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
1bf8cef2ed
Added missing files
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
130a119d4e
started adding Complex class so we can get the build process setup
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
1cf31fe6d7
unit test external references
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
bf11a5e6d0
native unit test namespace/assemblyname
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
b6a91c75ca
added Gallio binaries (were missing because of gitignore)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
1f9f0a7b56
restricting bin/obj ignore patterns to src directory
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
3418f9253f
added empty Examples project
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
d988ce43d6
added empty wrapper projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago