2797 Commits (spatial)
 

Author SHA1 Message Date
Marcus Cuda 5c2efa6c86 Vector: used Parallel.ForEach where we could 17 years ago
Marcus Cuda 94af0578c8 Parellel: found problem with tests, they were only testing the list version - added set versions 17 years ago
Marcus Cuda b6562f14da Parellel: added missing 'wait for threads' to complete code - not sure how the tests passed before. there might be a problem with the tests 17 years ago
Marcus Cuda 85dcab23f9 Parallel: First take on Parallel.ForEach 17 years ago
Jurgen Van Gael be85f223b4 Ported dnA random number generators. 17 years ago
Jurgen Van Gael f5f81a11ab Fixed DiGammaInv bug for 0 and infinity arguments. 17 years ago
Christoph Ruegg 3331edfcfc functions: stable x -> exp(x)-1, used in weibull cdf 17 years ago
Jurgen Van Gael 2d5561539b Added Multinomial distribution Added MersenneTwister Fixed namespace error in unit tests 17 years ago
Jurgen Van Gael 671953de02 Added inverse DiGamma unit tests. 17 years ago
Jurgen Van Gael 16a3223c28 Added inverse DiGamma function. 17 years ago
Jurgen Van Gael 513d715bdd Documentation fixes. 17 years ago
Jurgen Van Gael e347eb2740 Work Item # 4650 17 years ago
Jurgen Van Gael f4d2fa0c76 Added Weibull distribution. 17 years ago
Jurgen Van Gael ab86ca23c6 added AbstractRandomNumberGenerator.cs 17 years ago
Jurgen Van Gael 7592ccb50b Added extension methods for System.Random that sample additional value types. 17 years ago
Christoph Ruegg 0d58018eb9 functions: CR factorial 17 years ago
Christoph Ruegg 2fe6a9efcb combinatorics: permutations 17 years ago
Christoph Ruegg 1d13f8da96 combinatorics: combinations 17 years ago
Christoph Ruegg c0f8112267 combinatorics: variations 17 years ago
Christoph Ruegg 7d80e506da functions: Binomial, BinomialLn 17 years ago
Christoph Ruegg 2629bed00d functions: Factorial, FactorialLn 17 years ago
Christoph Ruegg 61cb43ed81 globalization: double dense vector parsing 17 years ago
Marcus Cuda 478991b870 vector: added equals and gethashcode methods 17 years ago
Jurgen Van Gael 83355ad1c4 Fix bug in F# unit tests. 17 years ago
Marcus Cuda eafe76800f Added F# projects to the build 17 years ago
Christoph Ruegg 1219b46e1f globalization: fix complex parsing asymmetry bug introduced in aa4ec834 17 years ago
Christoph Ruegg 3a046b27dc globalization: vector, matrix using provided formatter 17 years ago
Christoph Ruegg 85b19ee4cb globalization: complex ToString and Parse 17 years ago
Christoph Ruegg cf31c5b285 globalization: parsing and formatting helpers 17 years ago
Jurgen Van Gael 2f9b6690a7 Finished the initial F# interface for Double.DenseVector. 17 years ago
Jurgen Van Gael 165942ea18 Bug fixes in Bernoulli distribution. 17 years ago
Jurgen Van Gael 581e4b12bb Fixed some style warnings. 17 years ago
Jurgen Van Gael c7db7cd590 Extended F# API (doesn't compile just yet). 17 years ago
Jurgen Van Gael 11cfdde911 Fixed some F# interface issues. 17 years ago
Jurgen Van Gael c818f441bb Added initial F# interface. 17 years ago
Marcus Cuda eeed394686 Vector: added norm methods and broke up unit tests 17 years ago
Marcus Cuda 720abbdb74 Vector: Added array constructor - keeps a reference, does not make a copy 17 years ago
Marcus Cuda e3e6dc94d6 Vector: added scaling methods 17 years ago
Marcus Cuda 844ad6a51f Vector: added subtraction and corrected addition interface in ILinearAlgebra 17 years ago
Marcus Cuda aa2ef064d9 reverting the changes I made to the resharper settings file 17 years ago
Marcus Cuda 882a48e040 Vector: Added addition methods 17 years ago
Marcus Cuda 1c07cacf5f started sketching linear algebra algos. trying out the individual provider approach 17 years ago
Christoph Ruegg 36b925390b threading: removing misguided comment 17 years ago
Christoph Ruegg 8bf88a71bf sampling: applying random sampling to unit tests 17 years ago
Christoph Ruegg 2025f50897 sampling: random 17 years ago
Christoph Ruegg c2a756bb7f sampling: applying to unit tests to replace custom sampling providers 17 years ago
Christoph Ruegg 93caa4a1f8 sampling: equidistant, chebyshev 17 years ago
Christoph Ruegg c3635141d1 constants: new Pi2 = 2 * pi 17 years ago
Christoph Ruegg d31ff5ea49 code style 17 years ago
Christoph Ruegg 64090f15d9 resharper: fixed math.net class file template 17 years ago