Christoph Ruegg
|
5ed05975a0
|
Merge pull request #549 from jnyrup/typos
Fix typos
|
8 years ago |
jnyrup
|
83441365c0
|
Fix typos
|
8 years ago |
Christoph Ruegg
|
1af6254087
|
Release v4.0.0-beta05
|
8 years ago |
Christoph Ruegg
|
9ee599f029
|
Merge tag 'v3.20.2'
Math.NET Numerics v3.20.2
Bugfixes backported from v4:
BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
|
8 years ago |
Christoph Ruegg
|
a7cc9def57
|
Release v3.20.2
|
8 years ago |
Christoph Ruegg
|
0263f20c3d
|
BUG: Distributions: BetaScaled no longer ignores optional random source parameter #547
|
8 years ago |
diluculo
|
118a3c028e
|
Apply approximation to Asinh(x) and Acosh(x)
|
9 years ago |
diluculo
|
7d28c17082
|
Set huge = 22.0
Apply approximation to Sinh(z) and Cosh(z).
|
9 years ago |
diluculo
|
9a67b5d9fd
|
To avoid overflow, widen the range of x to apply the approximation of sinh^2(x).
Simplify Coth(z), Tan(z), and Cot(z)
|
9 years ago |
diluculo
|
7589568a8a
|
Trig: updated Tan(z), Cot(z), Tanh(z), Coth(z), Csch(z), and Sech(z) based on the Kahan algorithm.
|
9 years ago |
Christoph Ruegg
|
c9a203728c
|
BUG: Distributions: BetaScaled no longer ignores optional random source parameter #547
|
8 years ago |
Christoph Ruegg
|
b75260ab00
|
Code Quality: drop redundant if-statement conditions #546
|
8 years ago |
Christoph Ruegg
|
e53e3cac5b
|
Merge pull request #542 from jnyrup/ArgumentChecks
Argument checks
|
8 years ago |
Christoph Ruegg
|
77d8b3b5c1
|
Merge pull request #543 from jnyrup/DelayVariables
Move variables into scopes
|
8 years ago |
Christoph Ruegg
|
48a0bac76f
|
Merge pull request #545 from jnyrup/Capacity
Initialize list with known capacity
|
8 years ago |
jnyrup
|
13e8bff318
|
Initialize list with known capacity
|
9 years ago |
jnyrup
|
736cf4cc92
|
move variables into scopes
|
9 years ago |
jnyrup
|
5b1fd6fe62
|
Argument checks
|
9 years ago |
Christoph Ruegg
|
ebbb63dd94
|
Build: set FrameworkPathOverride when building on Linux
|
9 years ago |
Christoph Ruegg
|
b476c42906
|
Update Contributors
|
9 years ago |
Christoph Ruegg
|
7087f4ae1d
|
Merge pull request #540 from diluculo/trigKahan
Updated some (hyperbolic) trig functions
|
9 years ago |
diluculo
|
a52e39be05
|
Apply approximation to Asinh(x) and Acosh(x)
|
9 years ago |
diluculo
|
fdfbcf37db
|
Set huge = 22.0
Apply approximation to Sinh(z) and Cosh(z).
|
9 years ago |
diluculo
|
4aca8448bc
|
To avoid overflow, widen the range of x to apply the approximation of sinh^2(x).
Simplify Coth(z), Tan(z), and Cot(z)
|
9 years ago |
diluculo
|
740fce12e0
|
Trig: updated Tan(z), Cot(z), Tanh(z), Coth(z), Csch(z), and Sech(z) based on the Kahan algorithm.
|
9 years ago |
Christoph Ruegg
|
11f3c54309
|
Release Notes: fix date year of v4.0.0-beta04
|
9 years ago |
Christoph Ruegg
|
29b4066ae9
|
Release v4.0.0-beta04
|
9 years ago |
Christoph Ruegg
|
01b904f8d3
|
Build: test against .net framework on windows only
|
9 years ago |
Christoph Ruegg
|
27e186f486
|
Build: cleanup, fix F# NoWarn entries, pack using msbuild
|
9 years ago |
Christoph Ruegg
|
484b5e40a0
|
Build: restore using msbuild, fix test where expected accuracy was higher than requested from algorithm
|
9 years ago |
Christoph Ruegg
|
72869a8047
|
Build: trial on building through msbuild (with sdk, but without cli tool)
|
9 years ago |
Christoph Ruegg
|
9dcb430bec
|
Build: potential workaround for broken linux build #538
|
9 years ago |
Christoph Ruegg
|
72b0ad2753
|
Merge tag 'v3.20.1'
Math.NET Numerics v3.20.1
Bugfixes backported from v4:
BUG: Trigonometry: Fix imaginary part sign of complex hyperbolic cotangent
BUG: Ode Solver: fix typo in the Runge-Kutta solvers on time-step handling ~Ksero
BUG: fix Matrix.GetHashCode for wide matrices ~mjmckp
|
9 years ago |
Christoph Ruegg
|
13bf674b5e
|
Release v3.20.1
|
9 years ago |
Christoph Ruegg
|
1daa68fbd3
|
BUG: Trigonometry: fix imaginary part sign of complex hyperbolic cotangent #539
|
9 years ago |
Christoph Ruegg
|
9d6f59a795
|
MatrixStorage: more reasonable GetHashCode #534
|
9 years ago |
mjmckp
|
564a4658fc
|
Fix for IndexOutOfRangeException in GetHashCode method in certain cases where ColumnCount > RowCount (#535)
|
9 years ago |
Ksero
|
350e37219c
|
Fix another typo in the Runge-Kutta solvers (the time-step was added rather than multiplied with the slope) (#531)
|
9 years ago |
Christoph Ruegg
|
c8efac9cc0
|
LA: Storage providers must always force all parameters (no defaults)
|
10 years ago |
Christoph Ruegg
|
ae31d3a7b5
|
LA: Vector MapInplace implemented at storage level
|
10 years ago |
Christoph Ruegg
|
0ead227b67
|
LA: Vector.Map consistent with Matrix.Map, automatic fallback to inplace
|
10 years ago |
Christoph Ruegg
|
78dfc618ed
|
LA: F# vector/matrix functions to accept all #seq instead of lists only
|
10 years ago |
Christoph Ruegg
|
b97d83c84a
|
Release v4.0.0-beta03
|
9 years ago |
Christoph Ruegg
|
f7825f8c9d
|
BUG: Trigonometry: fix imaginary part sign of complex hyperbolic cotangent #539
|
9 years ago |
Florian Wechsung
|
69a8c9a272
|
initial L-BFGS implementation
|
9 years ago |
Christoph Ruegg
|
e5135f1e1b
|
Release v4.0.0-beta02
|
9 years ago |
Christoph Ruegg
|
9f3ebf6f57
|
Statistics: Kernel Density Estimation: Refactoring to simpler static design
|
9 years ago |
Christoph Ruegg
|
da1630cd78
|
Statistics: Kernel Density Estimation: Cleanup
|
9 years ago |
christoph_albert
|
ff148b209d
|
Added preliminary KernelDensityEstimator
|
10 years ago |
Christoph Ruegg
|
aefa483350
|
Build: explicit NETStandard.Library and Microsoft.NETCore.App versions in project files
|
9 years ago |