Christoph Ruegg
38bfbbd4c8
Update release-notes with recent changes
13 years ago
Christoph Ruegg
d120f048dc
Merge pull request #122 from ArtyomBaranovskiy/FixStableDistributionSampling
Distributions: Incorrect values are passed to sampleUnchecked inside Stable.Sample static methods
13 years ago
Artyom Baranovskiy
44233320bb
Fix Stable.Sample static method to pass correct params to SampleUnchecked
13 years ago
Christoph Ruegg
cedff536f7
RootFinding: cubic tests now use EvaluatePolynomial
13 years ago
Christoph Ruegg
4bd78fa017
New Evaluate.Polynomial overload that is easier to use
13 years ago
Christoph Ruegg
dc942b947a
RootFinding: cubic tests
13 years ago
Christoph Ruegg
ed55a086e7
Update NuGet to v2.5
13 years ago
Christoph Ruegg
7b73cc34ef
Tests: mark percentile tests covering obsolete code as obsolete
13 years ago
Christoph Ruegg
50d1cef552
RootFinding: proper zero comparison early at boundaries; xml doc
13 years ago
Christoph Ruegg
ca033cbae2
RootFinding: merge bracketing class into ZeroCrossingBracketing
13 years ago
Christoph Ruegg
72b86504fe
RootFinding: s/FloatingPointRoots/RealRoots/
13 years ago
Christoph Ruegg
ccf89f8186
RootFinding: protect newton-raphson better against singularities, more tests
13 years ago
Christoph Ruegg
7ed6c6f887
RootFinding: Update Brent to TryFindRoot pattern as well
13 years ago
Christoph Ruegg
c70c07b6d7
RootFinding: more robust hybrid newton-raphson
13 years ago
Christoph Ruegg
7d80ad6e69
RootFinding: add hybrid newton-raphson/bisection algorithm
13 years ago
Christoph Ruegg
7dfa4a083f
RootFinding: separate bracketing from algorithm, unify error behavior
13 years ago
Christoph Ruegg
fd18c32f25
RootFinding: align algorithms, no need for objects
13 years ago
Christoph Ruegg
fe870ce899
RootFinding: update tests
13 years ago
Christoph Ruegg
e523675a43
RootFinding: move bisection to root-finding namespace, update portable project
13 years ago
Scott Stephens
729ba52bf3
Implement expansion in BisectionRootFinder
13 years ago
Scott Stephens
35ccfec740
First commit working on optimization tools
(Patched by cdrnet: only taking root finding algorithm for now, rest
later)
14 years ago
Christoph Ruegg
d5666d7b67
RootFinding: apply common algorithms pattern
13 years ago
Christoph Ruegg
9570ae1d6e
RootFinding: file headers, white space
13 years ago
Christoph Ruegg
74bc285807
Update Portable project
13 years ago
Christoph Ruegg
db29d03b9a
Use the new NonConvergenceException in more places, where appropriate
13 years ago
Christoph Ruegg
f142f3abb7
Common NonConvergenceException
13 years ago
Christoph Ruegg
96d87cb232
Merge brent root finding algorithm
13 years ago
Christoph Ruegg
ddac0a0b61
RootFinding: algorithm cosmetics
13 years ago
Christoph Ruegg
04a5f30d99
RootFinding: refactoring, simplify
13 years ago
Christoph Ruegg
2f9913921c
RootFinding: extract bracketing to separate class
13 years ago
Christoph Ruegg
65cfd6c46e
RootFinding: cosmetics
13 years ago
Christoph Ruegg
a177228238
RootFinding: simplify unit test
13 years ago
Christoph Ruegg
2d4ac98a29
RootFinding: simplify exception
13 years ago
Christoph Ruegg
8742c92578
RootFinding: migrate message strings to resources
13 years ago
Christoph Ruegg
be5d8b9ebc
RootFinding: move files, namespace, tests, projects
13 years ago
Candy Chiu
51e529e07e
added BrentRootFinder
13 years ago
Christoph Ruegg
bae2c9614f
Fix exception details in DenseColumnMajorStorage.OfColumnEnumerables #113
13 years ago
Christoph Ruegg
451ff1e290
Merge pull request #112 from smoothdeveloper/master
Minor adjustments to Fsharp.fproj to build with expected settings in Release-Signed configuration
13 years ago
Christoph Ruegg
56d33668e7
Native Pull: Linux build script
Squashed commit of the following:
commit fe1927108de8c43304948e82e1b946a296df2d25
Author: Marcus Cuda <marcus@cuda.org>
Date: Wed May 1 12:20:49 2013 +0300
added EVD support to Linux build and built against MKL 11 update 3
13 years ago
Christoph Ruegg
ee2c0bec65
Native pull: native Evd, updated provider
Squashed commit of the following:
commit 03291ba72c61e66e02c7a315e401210f96f9f20c
Author: Marcus Cuda <marcus@cuda.org>
Date: Thu Apr 18 11:18:03 2013 +0300
Tweaked managed EVD to be native compatible (use 1D arrays) and added naive EvD
commit d7bd0e7c93ba0284a7e8bee22f7d0c56f451febc
Author: Marcus Cuda <marcus@cuda.org>
Date: Wed Feb 6 12:46:53 2013 +0200
beginnings go an ATLAS provider
commit c4470fb99d5217a75526fc99e12c9119c12c3ec7
Author: Marcus Cuda <marcus@cuda.org>
Date: Tue Feb 5 08:13:25 2013 -0800
tested 32bit version
commit ea58e3bd936a6886130954e7ade63f066d6197cb
Author: Marcus Cuda <marcus@cuda.org>
Date: Tue Feb 5 05:26:20 2013 -0800
tweaked code and file name to compile with GCC and to run with mono on linux
13 years ago
Gauthier Segay
e1050bbfe9
FSharp.proj adjustments for Release-Signed configuration.
* make MathNet.Numerics.FSharp assembly signed when built in Release-Signed configuration
* set appropriate output folder for Release-Signed configuration
13 years ago
Christoph Ruegg
fee74a00a7
Fix wrong NuGet sample package names in release notes
13 years ago
Christoph Ruegg
0be2a5ab17
Release Notes tweaks
13 years ago
Christoph Ruegg
f364fd5eb2
Update release notes, readme, contributors
13 years ago
Christoph Ruegg
17937ea88d
Statistics: mark Percentile class as obsolete
13 years ago
Christoph Ruegg
5103d4c2bd
NuGet: include release-notes (as readme) and license in package root, no longer put files to App_ReadMe
13 years ago
Christoph Ruegg
53200083fa
Twek naming of new F# matrix creating functions
13 years ago
Christoph Ruegg
435893be6e
Examples: matices F# examples, similar to vectors examples
13 years ago
Christoph Ruegg
692fd092d7
Examples: extended F# vector examples
13 years ago
Christoph Ruegg
617423495a
Examples: Add F# linear regressions sample (from blog)
13 years ago