Christoph Ruegg
|
935e38726a
|
Update CONTRIBUTORS.md
|
13 years ago |
Christoph Ruegg
|
7342083989
|
Clarify some points in MAINTAINING.md, add links
|
13 years ago |
Christoph Ruegg
|
e958c82abe
|
Make CONTRIBUTING.md a bit shorter, drop unnecessary parts.
|
13 years ago |
tibel
|
0e3bc09408
|
add missing vector modulus operators
|
13 years ago |
Christoph Ruegg
|
24ff22c704
|
Finally adding a CONTRIBUING.md file
|
13 years ago |
Christoph Ruegg
|
9d6dbb54df
|
document maintainer tasks in MAINTAINING.md file
|
13 years ago |
Christoph Ruegg
|
e411befb40
|
Merge pull request #124 from tibel/master
LA: Add vector operations (scalar/vector and scalar-vector)
|
13 years ago |
tibel
|
274df148d4
|
use At() instead of indexer if possible
|
13 years ago |
tibel
|
62f745884b
|
add Vector.DivideByThis(scalar)
|
13 years ago |
tibel
|
4b64bbf24f
|
add Vector.SubtractFrom(scalar)
|
13 years ago |
Christoph Ruegg
|
5a4f050eb8
|
Mention linux MKL packages in release-notes
|
13 years ago |
Iain McDonald
|
3af161b168
|
Add Spearman Rank Correlation Coefficient
More more info see
https://en.wikipedia.org/wiki/Spearman_rank_correlation
|
13 years ago |
Christoph Ruegg
|
d737faaab3
|
Attribute more contributors within release-notes
|
13 years ago |
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
|
14 years ago |
Christoph Ruegg
|
7b73cc34ef
|
Tests: mark percentile tests covering obsolete code as obsolete
|
14 years ago |
Christoph Ruegg
|
50d1cef552
|
RootFinding: proper zero comparison early at boundaries; xml doc
|
14 years ago |
Christoph Ruegg
|
ca033cbae2
|
RootFinding: merge bracketing class into ZeroCrossingBracketing
|
14 years ago |
Christoph Ruegg
|
72b86504fe
|
RootFinding: s/FloatingPointRoots/RealRoots/
|
14 years ago |
Christoph Ruegg
|
ccf89f8186
|
RootFinding: protect newton-raphson better against singularities, more tests
|
14 years ago |
Christoph Ruegg
|
7ed6c6f887
|
RootFinding: Update Brent to TryFindRoot pattern as well
|
14 years ago |
Christoph Ruegg
|
c70c07b6d7
|
RootFinding: more robust hybrid newton-raphson
|
14 years ago |
Christoph Ruegg
|
7d80ad6e69
|
RootFinding: add hybrid newton-raphson/bisection algorithm
|
14 years ago |
Christoph Ruegg
|
7dfa4a083f
|
RootFinding: separate bracketing from algorithm, unify error behavior
|
14 years ago |
Christoph Ruegg
|
fd18c32f25
|
RootFinding: align algorithms, no need for objects
|
14 years ago |
Christoph Ruegg
|
fe870ce899
|
RootFinding: update tests
|
14 years ago |
Christoph Ruegg
|
e523675a43
|
RootFinding: move bisection to root-finding namespace, update portable project
|
14 years ago |
Scott Stephens
|
729ba52bf3
|
Implement expansion in BisectionRootFinder
|
14 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
|
14 years ago |
Christoph Ruegg
|
9570ae1d6e
|
RootFinding: file headers, white space
|
14 years ago |
Christoph Ruegg
|
74bc285807
|
Update Portable project
|
14 years ago |
Christoph Ruegg
|
db29d03b9a
|
Use the new NonConvergenceException in more places, where appropriate
|
14 years ago |
Christoph Ruegg
|
f142f3abb7
|
Common NonConvergenceException
|
14 years ago |
Christoph Ruegg
|
96d87cb232
|
Merge brent root finding algorithm
|
14 years ago |
Christoph Ruegg
|
ddac0a0b61
|
RootFinding: algorithm cosmetics
|
14 years ago |
Christoph Ruegg
|
04a5f30d99
|
RootFinding: refactoring, simplify
|
14 years ago |
Christoph Ruegg
|
2f9913921c
|
RootFinding: extract bracketing to separate class
|
14 years ago |
Christoph Ruegg
|
65cfd6c46e
|
RootFinding: cosmetics
|
14 years ago |
Christoph Ruegg
|
a177228238
|
RootFinding: simplify unit test
|
14 years ago |
Christoph Ruegg
|
2d4ac98a29
|
RootFinding: simplify exception
|
14 years ago |
Christoph Ruegg
|
8742c92578
|
RootFinding: migrate message strings to resources
|
14 years ago |
Christoph Ruegg
|
be5d8b9ebc
|
RootFinding: move files, namespace, tests, projects
|
14 years ago |
Candy Chiu
|
51e529e07e
|
added BrentRootFinder
|
14 years ago |
Christoph Ruegg
|
bae2c9614f
|
Fix exception details in DenseColumnMajorStorage.OfColumnEnumerables #113
|
14 years ago |