1557 Commits (20d7bdb82837ad357a76e52ebd138f33e66ec1ce)

Author SHA1 Message Date
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 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 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
Christoph Ruegg 57888c0a47 Build: introduce bundles, simplifying package creation 12 years ago
Christoph Ruegg 701d5b6c3a F#: add MathNet.Numerics.fsx script to packages for simpler usage in scripts+FSI, with formatters 12 years ago
Christoph Ruegg aa221977da Distance: fix bug in Hamming distance that skipped the head pair #220 12 years ago
Christoph Ruegg 86ad88f1e2 Release: v3.0.0-beta04 12 years ago
Christoph Ruegg 057f19c04c LA: F# modules matrix sumRows, sumAbsRows, normRows and same for columns 12 years ago
Christoph Ruegg dc0523ce0c LA: F# modules add DiagonalMatrix module to create diagonal matrices 12 years ago
Christoph Ruegg ccb8041a79 LA: matrix row/column vector fold and reduce routines 12 years ago
Christoph Ruegg c2f4415dc2 LA: Matrix Column/Row sums and absolute-sums 12 years ago
Christoph Ruegg b50d4417a9 LA: Matrix.FoldByRow/Column operates on arrays to allow arbitrary types (not just those supported by vectors) 12 years ago
Christoph Ruegg 60effc9578 LA: Split Matrix.Map into Map and MapConvert to allow optimizing common inplace case 12 years ago
Christoph Ruegg 8d19348662 LA: rename Matrix.FoldRows to FoldByRow; FoldColumns to FoldByColumn 12 years ago
Christoph Ruegg 64e9a04819 Release Data Extensions: v3.0.0-beta02 12 years ago
Christoph Ruegg 771ad85e4d Data: Data extensions must depend on specific package version, not necessarily the newest. 12 years ago
Christoph Ruegg 67842ce3f5 Release Native Providers: v1.5.0 12 years ago
Christoph Ruegg 1ef8575621 Data: refactor MatlabMatrixReader to simpler static design 12 years ago
Christoph Ruegg 4da50a6955 Build: extend script to build data packages as well 12 years ago
Christoph Ruegg 87f6ce1bbe Data: import data extension soltion back into main repository 12 years ago
Christoph Ruegg 9a9a00b515 Build: drop legacy MsBuild-integrated NuGet package-restore 12 years ago
Christoph Ruegg 725d7487d8 Release: v3.0.0-beta03 12 years ago
Christoph Ruegg f7b8c664a0 Distributions: immutable in distribution parameters 12 years ago
Christoph Ruegg 95adce4c1f Distributions: bring back public static IsValidParameterSet functions 12 years ago
Christoph Ruegg 8cf834e137 Interpolation: common api should not sort original data; alternative if data is already sorted #219 12 years ago
Christoph Ruegg eb69fe6890 Build: quick-flag to disable long tests; prepare appveyor+travis 12 years ago
Christoph Ruegg 34888f8413 LA: proper vector outer product api, faster implementation 12 years ago
Christoph Ruegg 975380d53d Release: v3.0.0-beta02 12 years ago
Christoph Ruegg d7124278af LA: fix IsConjugateSymmetric to ensure diagonal is real 12 years ago
Christoph Ruegg 269f7f371e LA: optimize diagonal-scalar division #146 12 years ago
Christoph Ruegg 462f0e43a3 LA: optional argument on EVD decomposition if matrix is known to be symmetric #209 12 years ago
Christoph Ruegg 2e787ddafb LA: Matrix.IsSymmetric now a method; added IsConjugateSymmetric; more efficient #209 12 years ago
Christoph Ruegg 83f222f027 Docs: regression 13 years ago