2850 Commits (92f48d15069a1a648126816efd53b3860fd252bd)
 

Author SHA1 Message Date
Christoph Ruegg 92f48d1506 Release v4.6.0 8 years ago
Christoph Ruegg 246c143dea Build: update certificate fingerprint 8 years ago
Christoph Ruegg bd8742aec3 Polynomial: more integration into FindRoots 8 years ago
Christoph Ruegg 6c0bc89342 Polynomial: add static Zero to get the zero-polynomial 8 years ago
Christoph Ruegg 9f8da8b00c Polynomial: migrate evaluation into Polynomial type 8 years ago
Christoph Ruegg 7d8f619e74 Polynomial: DivRem small refactoring 8 years ago
Christoph Ruegg 5eb1924988 Polynomial: no longer clone and normalize at creation 8 years ago
Christoph Ruegg 70795dbcb8 Polynomial: Serialization 8 years ago
Christoph Ruegg dfca416d4d Polynomial: IEquatable 8 years ago
Christoph Ruegg a1d234a97e Polynomial: IFormattable 8 years ago
Christoph Ruegg 938688c646 Polynomial: more human-friendly string formatting 8 years ago
Christoph Ruegg 1ea8b9f32b Polynomial: more refactoring 8 years ago
Christoph Ruegg 610921f6c2 Polynomial: more systematic arithmetics 8 years ago
Christoph Ruegg c756e796ed Polynomial: rename to Roots() and EigenvalueMatrix() 8 years ago
Christoph Ruegg 9a641040f9 Polynomial: reimplement arithmetics in immutable way 8 years ago
Christoph Ruegg 674a221956 Polynomial: adapt to local code style 8 years ago
Christoph Ruegg 8bfb3535ef Polynomial: rename Degree to CoefficientCount and add new Degree that matches the mathematical definition 8 years ago
Christoph Ruegg 7374ecb1b5 Fit.Curve: extended to 2 and 3 parameters #597 8 years ago
Christoph Ruegg a1492e23a8 Correlation: switch auto-correlation back to accept arrays to avoid repeated enumerable iteration 8 years ago
Christoph Ruegg a88e042a15 Fit.Curve: non-linear least-squares curve fitting (scalar) #597 8 years ago
Christoph Ruegg 112fedd17b FindMinimum: add two Nelder-Mead overloads for simpler usage with existing two and three argument functions #597 8 years ago
Christoph Ruegg 8ff943fb60 Build fix 8 years ago
Christoph Ruegg e432437c8f MKL: upgrade to Intel Compiler 19 8 years ago
Christoph Ruegg 3ee12454f1 Docs: typo 8 years ago
Christoph Ruegg 0284a24cd3 Docs: compatibility: make the wording a bit clearer 8 years ago
Christoph Ruegg d16ee09796 Docs: update compatibility to mention .Net Standard support 8 years ago
Christoph Ruegg 4dd42f0dcc
Merge pull request #588 from TobiasGlaubach/Polynomial-class 8 years ago
Christoph Ruegg 694fa080fa
Merge pull request #590 from TobiasGlaubach/fixing-auto-corr-bug598 8 years ago
Tobias Glaubach 4f785bd7c3 changed the tests and extended them to also cover the other signatures 8 years ago
Tobias Glaubach 472f734a2d changed the test data to fit the new signatures 8 years ago
Tobias Glaubach 818b5865b2 changed the signatures to fit inputs with outputs, and fixed a bug in the Auto(IEnumerable<double> x, int[] k) method I found along the way 8 years ago
Christoph Ruegg e666397f01 Correlation: cosmetics 8 years ago
Tobias Glaubach 48aa6fe6c4 grooming 8 years ago
Tobias Glaubach 76eeb0d445 deleted a unwanted file in this branch... will be added in another pull request 8 years ago
Tobias Glaubach 37e405ce2f small fixes 8 years ago
Tobias Glaubach f229b266eb grooming and fixed a test 8 years ago
Tobias Glaubach 8a34e61275 removed the isflipped Property, improved the clone method, fixed the divideLong 8 years ago
Tobias Glaubach e0f2378c22 changed somne comments. 8 years ago
Tobias Glaubach 5a2f969ec2 renamed TrimTrailingZeros to Trim 8 years ago
Tobias Glaubach 099d36b7df added root finding for polynomials of all degrees 8 years ago
Tobias Glaubach bbd792974e implemented a first shot of polynomial long division(still seems buggy atm) aswell as tests 8 years ago
Christoph Ruegg b70354a9f3
Merge pull request #584 from TobiasGlaubach/correlation-methods 8 years ago
Tobias Glaubach 8e86f10c32 Wrote tests for "GetRoots" method 8 years ago
Tobias Glaubach 2ba34ef919 adjusted the xml comments 8 years ago
Tobias Glaubach 659477794a renamed "Length" to "Degree" and added the methods "Fit" and "Evaluate" 8 years ago
Tobias Glaubach 45c14fb557 adjusted the tets for polynomial 8 years ago
Tobias Glaubach 070076eda3 gooming, bugfixes and error handling 8 years ago
Tobias Glaubach 8e4e4ca988 typo fix and small bugfix 8 years ago
Tobias Glaubach 7754ba52d2 added tests for the Polynomial class 8 years ago
Tobias Glaubach 5f7f7f0d30 implemented a prototype for the TransferFunctionDiscrete class 8 years ago