Christoph Ruegg
|
3daaee299a
|
Merge pull request #231 from mjmckp/master
Fix DoOuterProduct (bug in bounds of for loop)
|
12 years ago |
Christoph Ruegg
|
cc5079bdcf
|
StyleCop
|
12 years ago |
Christoph Ruegg
|
118da972b4
|
Interpolation: modify step interpolation to allow non-zero right-open segment value.
|
12 years ago |
Christoph Ruegg
|
c330723df4
|
Interpolation: adapt new interpolators to v3 api design
|
12 years ago |
Candy Chiu
|
df8fb6a978
|
Added LogLinearSpline and TransformedInterpolation interpolators.
|
12 years ago |
Candy Chiu
|
1cc14ced95
|
Added a Step function interpolator.
|
12 years ago |
mjmckp
|
9b7bb7bb6f
|
Fix DoOuterProduct (bug in bounds of for loop)
|
12 years ago |
Christoph Ruegg
|
feaa0c1dd7
|
Build: publish api directly to api subfolder
|
12 years ago |
Christoph Ruegg
|
5b1385c363
|
Docs: cleanup old docs build script and template (no longer used)
|
12 years ago |
Christoph Ruegg
|
9d246cac78
|
Special Functions: fix integral in documentation of GammaUpperIncomplete
|
12 years ago |
Christoph Ruegg
|
a5240079be
|
Merge pull request #226 from teramonagi/work
Add the interface to Bryoden method in FindRoots.fs
|
12 years ago |
Christoph Ruegg
|
e50de5b606
|
LA: the proper term for being conjugate symmetric is 'Hermitian'
|
12 years ago |
teramonagi
|
69560e8dd2
|
Add Find root method "Bryoden".
|
12 years ago |
Christoph Ruegg
|
416c7a79b5
|
Cleanup/drop old tools
|
12 years ago |
Christoph Ruegg
|
a92ef873c2
|
Docs: matrices and vectors
|
12 years ago |
Christoph Ruegg
|
aa5c3c644b
|
LA: consistency: Vector.MapConvert - but does not modify Map as it would break compatibility (delayed to v4)
|
12 years ago |
Christoph Ruegg
|
0eef2b15b3
|
LA: consistency: enumerators should leverage Zeros-enum, like map/fold already does.
|
12 years ago |
Christoph Ruegg
|
6edd3ff9e8
|
Docs: matrices and vectors (wip 3)
|
12 years ago |
Christoph Ruegg
|
6cfe1c4f36
|
LA: fix Matrix.StrictlyLowerTriangle
|
12 years ago |
Christoph Ruegg
|
871699a419
|
Merge tag 'v3.0.2'
Math.NET Numerics v3.0.2
Patch release, fixing a bug in Matrix.RemoveRow range checks.
|
12 years ago |
Christoph Ruegg
|
3c91240d75
|
Release: v3.0.2
|
12 years ago |
Christoph Ruegg
|
55b2dbc6a8
|
LA: fix bug in Matrix.RemoveRow range checks
|
12 years ago |
Christoph Ruegg
|
dd2491ac63
|
Docs: matrices and vectors (wip 2)
|
12 years ago |
Christoph Ruegg
|
4c82e18435
|
Docs: matrices and vectors (wip)
|
12 years ago |
Christoph Ruegg
|
e3d0baeda6
|
Docs: probability distributions (split from random numbers)
|
12 years ago |
Christoph Ruegg
|
2fa9ea8003
|
Distributions: revert new Sample(array) methods from interfaces since they would break compat
|
12 years ago |
Christoph Ruegg
|
95050aef2f
|
Fix examples
|
12 years ago |
Christoph Ruegg
|
618cbd873d
|
Distributions: all dist must have static routine to sample an array in one go
|
12 years ago |
Christoph Ruegg
|
9bb432aef8
|
Random: generate a sequence of integers within a range in one go
|
12 years ago |
Christoph Ruegg
|
713dab4bee
|
Data: should min require a non-preview release of Math.NET Numerics
|
12 years ago |
Christoph Ruegg
|
b6b5d5bdae
|
Release: v3.0.1
|
12 years ago |
Christoph Ruegg
|
7424447edb
|
LA: fix indexing bug in new ToVectorString/ToMatrixString routines
|
12 years ago |
Christoph Ruegg
|
5e3c37ad5a
|
Release Native Providers: v1.6.0 (rev 6)
|
12 years ago |
Christoph Ruegg
|
8830436906
|
Release: v3.0.0
|
12 years ago |
Christoph Ruegg
|
1712f8974e
|
Fit: F# Fit.multiDim
|
12 years ago |
Christoph Ruegg
|
c07c04ce0d
|
LA: F# Matrix module functions for matrix decompositions
|
12 years ago |
Christoph Ruegg
|
59c41819e6
|
Native: MKL optional max threads control, integrated with Control #223
|
12 years ago |
Christoph Ruegg
|
64a2fc3a72
|
Native: disable ATLAS build
|
12 years ago |
Christoph Ruegg
|
744f795608
|
Docs: include also release notes of data extensions and native providers
|
12 years ago |
Christoph Ruegg
|
5a3fb6aa28
|
Docs: show new F# script
|
12 years ago |
Christoph Ruegg
|
5ad81f3396
|
Release: v3.0.0-beta05
|
12 years ago |
Christoph Ruegg
|
370b308126
|
Regression: clarify that the locally weighted regression routines opt out from semantic versioning
|
12 years ago |
Christoph Ruegg
|
33e6b82ef4
|
Regression: expose direct method option in Fit facade class
|
12 years ago |
Christoph Ruegg
|
077254de1c
|
Regression: DirectRegressionMethod to choose the method via parameter.
|
12 years ago |
Christoph Ruegg
|
a765be5c53
|
Build: comments
|
12 years ago |
Christoph Ruegg
|
70f9e982b7
|
Random: make clearer that SystemRandomSource.FastDoubles has low randomness properties
|
12 years ago |
Christoph Ruegg
|
848874e1b7
|
LA: CoerceZero for matrices and vectors (via MapInplace)
|
12 years ago |
Christoph Ruegg
|
846de785d8
|
LA: drop redundant Control.MaxToStringRows/Columns
|
12 years ago |
Christoph Ruegg
|
ab13e9c113
|
LA: tweak vector.ToString formatting (auto column count + width)
|
12 years ago |
Christoph Ruegg
|
7726242ba3
|
LA: tweak matrix.ToString formatting (auto column count + width)
|
12 years ago |