Febin
|
ea01dbbd29
|
Add monotone spline to interpolation doc; update site menu to add links.
|
6 years ago |
Febin
|
e3cf8d12f5
|
Add CubicSplineMonotone to Interpolate.
|
6 years ago |
Febin
|
054292fe31
|
Minor clean-up.
|
6 years ago |
Febin
|
8e5c6136b6
|
Refactored to minimize allocations; added tests;
make the code look more similar to Akima
|
6 years ago |
Febin
|
9e1734638c
|
Add piecewise cubic interpolating polynomial function.
|
6 years ago |
Christoph Ruegg
|
8cdd91d37f
|
Merge pull request #735 from jbialogrodzki/730-zero-polynomials
Fix for #730 - a few operations broken on zero polynomials
|
6 years ago |
Jakub Bialogrodzki
|
1c9a5cc12d
|
Fixed copyright in PolynomialTests.cs.
|
6 years ago |
Jakub Bialogrodzki
|
5b6115131a
|
The first attempt towards a fix for #730.
|
6 years ago |
Christoph Ruegg
|
ad05896d3b
|
AppContext app switches to disable native providers or their probing
|
6 years ago |
Christoph Ruegg
|
c8b335b808
|
MKL Provider: increment revision to 14
|
6 years ago |
Christoph Ruegg
|
165eb49304
|
Build fix
|
6 years ago |
Christoph Ruegg
|
07cf657cc2
|
Merge pull request #695 from diluculo/directSparseSolver
Intel MKL direct sparse solver for finite element method problems
|
6 years ago |
Christoph Ruegg
|
d96a65fb21
|
Use .NET Framework reference assemblies
|
6 years ago |
Christoph Ruegg
|
6f3bc678bf
|
Update unconstrained dependencies
|
6 years ago |
Christoph Ruegg
|
ec820b90b9
|
Release v4.12.0
|
6 years ago |
Christoph Ruegg
|
43297a0366
|
Get rid of resources
|
6 years ago |
Christoph Ruegg
|
0e66772966
|
Merge pull request #707 from Evangelink/zero-length-vector-matrix
Allow empty Vector and Matrix
|
6 years ago |
Christoph Ruegg
|
213fd09437
|
More Code Style and Cleanups
|
6 years ago |
Christoph Ruegg
|
e51123cda0
|
Code Style and Cleanups
|
6 years ago |
Christoph Ruegg
|
8a1ffc64a5
|
Mark Complex32 and GradientProjectionResult structs as readonly
|
6 years ago |
Christoph Ruegg
|
36c5ee21e1
|
Distributions: make more properties available on the type (instead of explicit interface impl)
|
6 years ago |
Christoph Ruegg
|
028a55c9e5
|
Merge pull request #706 from ajwillshire/master
Beta-Binomial distribution, and related functions
|
6 years ago |
Christoph Ruegg
|
021f4f570f
|
Merge pull request #712 from Evangelink/use-test-parameter-rayleigh
Fix RayleightTests.ValidateMaximum test to use testcase parameter
|
6 years ago |
Christoph Ruegg
|
b2ffaa089b
|
Merge pull request #713 from Evangelink/use-test-parameters-geometric
Fix GeometricTests.ValidateProbabilityLn to use expected value parameter
|
6 years ago |
Christoph Ruegg
|
be7c150192
|
Merge pull request #711 from Evangelink/tests-invariant-culture
Fix thread culture for some tests
|
6 years ago |
Amaury Levé
|
544d7b08b3
|
Revert un-needed change
|
6 years ago |
Evangelink
|
531e684c7c
|
Fix remaining broken tests
|
6 years ago |
Evangelink
|
89be530938
|
Fix some more tests
|
6 years ago |
Evangelink
|
a08c76b7ac
|
Fix GeometricTests.ValidateProbabilityLn to use expected value parameter
|
6 years ago |
Evangelink
|
956a4f5259
|
Fix test to use testcase parameter
Fix RayleightTests.ValidateMaximum test to use the scale parameter instead of the hardcoded value.
|
6 years ago |
Evangelink
|
b414bc7464
|
Fix thread culture for some tests
Refactor code to force CultureInfo.InvariantCulture on the main thread for some tests
|
6 years ago |
Evangelink
|
5cf6948064
|
Allow empty Vector and Matrix
|
6 years ago |
Andrew Willshire
|
5cef0b7ea2
|
Beta-Binomial distribution, Generalized Hypergeometric Function, Rising and Falling Factorials.
|
6 years ago |
Christoph Ruegg
|
07cf1f68e1
|
Release v4.11.0
|
6 years ago |
Christoph Ruegg
|
64f8e1cd8d
|
Linear Algebrea: fix range in non-suqare diagonal sparse mixed products
|
6 years ago |
Alex Hildebrand
|
d6e5de0f69
|
Fixed Moore-Penrose Pseudo-Inverse for complex cases
|
7 years ago |
Alex Hildebrand
|
ac189ad25d
|
Testing Moore-Penrose Pseudo-Inverse
|
7 years ago |
Christoph Ruegg
|
7306226559
|
Distributions: fix sampling wiring of new Skewed Generalized distributions
Related to #654
|
6 years ago |
Christoph Ruegg
|
da99060a8e
|
Distributions: minor code maintenance
|
6 years ago |
mikael
|
fe0e680f4b
|
Use specialzied distributions depending on param values in InvCDF
|
7 years ago |
mikael
|
04a8fa8dc5
|
Add skewness and mode calculation
|
7 years ago |
mikael
|
332251d99c
|
Add Skewed Generalized T distribution and Skewed Generalized Error distribution
|
7 years ago |
Christoph Ruegg
|
982966f704
|
Release v4.10.0
|
6 years ago |
Christoph Ruegg
|
0686faa293
|
Merge pull request #662 from diluculo/fractionalCalculus
Fractional calculus
|
6 years ago |
Christoph Ruegg
|
b5fa485b0b
|
Release MKL Provider v2.4.0 (r13 with Intel MKL 2020.0 Update 1)
|
6 years ago |
Christoph Ruegg
|
6ad0baf983
|
Build: fix reference restrictions for benchmark
|
6 years ago |
Jong Hyun Kim
|
23bf5c8053
|
Sparse Solver: Delete Experimental.
|
6 years ago |
Jong Hyun Kim
|
550d56c884
|
Sparse Solver: change the enums' values to the values defined by MKL DSS.
|
6 years ago |
Jong Hyun Kim
|
7666f74f40
|
Sparse Solver: Remove from benchmark.
|
6 years ago |
Jong Hyun Kim
|
b3852156ea
|
Tests: Adjust required accuracy in DirectSparseSolver tests.
|
6 years ago |