1577 Commits (db14921b0d3cef88abce2d1cd2e63ef4e0438bfa)

Author SHA1 Message Date
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 13 years ago
Christoph Ruegg 975380d53d Release: v3.0.0-beta02 13 years ago
Christoph Ruegg d7124278af LA: fix IsConjugateSymmetric to ensure diagonal is real 13 years ago
Christoph Ruegg 269f7f371e LA: optimize diagonal-scalar division #146 13 years ago
Christoph Ruegg 462f0e43a3 LA: optional argument on EVD decomposition if matrix is known to be symmetric #209 13 years ago
Christoph Ruegg 2e787ddafb LA: Matrix.IsSymmetric now a method; added IsConjugateSymmetric; more efficient #209 13 years ago
Christoph Ruegg 83f222f027 Docs: regression 13 years ago
Christoph Ruegg 2c3328900f Build: build NuGet packages with FAKE 13 years ago
Christoph Ruegg 4d0381c286 Build: drop PCL profile 136 (replaced by profile 344) 13 years ago
Christoph Ruegg 237e826c20 Build: Xamarinify solutions 13 years ago
Christoph Ruegg 719f0dcad3 Code Style & Inspections 13 years ago
Christoph Ruegg df4cc7ef8e Code style; merge MCMC namespaces into one (drop .Diagnostics) 13 years ago
Christoph Ruegg f1b0325415 Build: fix Fsharp.Core reference in F# PCL projects (legacy) 13 years ago
Christoph Ruegg d32903e4c0 Build: add PCL profile 344 13 years ago
Christoph Ruegg 170bcb690a Drop 3 Obsolete attributes in Control, disable a warning in F# unit tests; fixes all warnings 13 years ago
Christoph Ruegg adff8dfc5e LA: matrix column/row norms, normalization 13 years ago
Christoph Ruegg 8cf40fbaf1 LA: fix wrong description in vector infinity norm inline docs 13 years ago
Christoph Ruegg 9afcf2a98a LA: Matrix FoldRows/FoldColumns 13 years ago
Christoph Ruegg 519b0baf22 LA: clear a set of rows or columns at storage level 13 years ago
Christoph Ruegg 1681a5208f LA: use enums for zero and existing data behavior instead of booleans (readability, errors) 13 years ago
Christoph Ruegg 8573cedafc LA: transpose at storage level, more efficient sparse implementation (via wo80) 13 years ago
Christoph Ruegg 1671a9ec32 LA: Matrix MapSubMatrixIndexedTo 13 years ago
Christoph Ruegg 7820018d3b LA: restrict modified sparse*diagonal matrix product to square diagonal matrices only 13 years ago
Christoph Ruegg f551d7f8a6 LA: optimize sparse*sparse and sparse*diagonal matrix products (via wo80); cleanup 13 years ago
Christoph Ruegg ebc5471d5c LA: special case for matrix inplace map 13 years ago
Christoph Ruegg d0e1fc4c14 Sorting: key-value and key-item1-item2 sub-range sorting; insertion sort on very small sets 13 years ago
Christoph Ruegg 0e08d79b3c Functions: various common test functions like Rosenbrock 13 years ago
Christoph Ruegg bad4cc49d7 Native: providers should not require MFC to compile 13 years ago
Christoph Ruegg 69a8b656da Statistics: DescriptiveStatistics must use a long counter to support large sample sets 13 years ago
Christoph Ruegg 515ebee32b LA: vector storage copy zero-length subset should skip instead of fail 13 years ago
Christoph Ruegg ad35177803 LA: drop F# Matrix.frobenius function 13 years ago
Christoph Ruegg 60bf40dcc0 LA: iterative solver: delegate stop criterion, e.g. for interactive iteration 13 years ago
Christoph Ruegg 38fea05dcf LA: make non-arithmetic instance members available as functions in F# 13 years ago
Christoph Ruegg ba3ba30a96 LA: F# matrix/vector zero random and identity functions with explicit generic type parameter 13 years ago
Christoph Ruegg 37af10962f LA: more informative exception in case of unsupported data type in builder 13 years ago
Christoph Ruegg 8671f12592 LA: rename 'criterium' to 'criterion' 13 years ago
Christoph Ruegg 2689e5c989 Distributions: Categorical impl of mean, variance, stddev and median #187 13 years ago
Christoph Ruegg fb4e4e0195 Distributions: discrete distribution Median should be double; multiple modes #189 #187 13 years ago
Christoph Ruegg d05918402f Distributions: fix sign of Categorical entropy #187 13 years ago
Christoph Ruegg c568c2fe86 Statistics: more tests to verify consistency between implementations 13 years ago