160 Commits (7b8b404182eced285008fd873cc17f95c38693f5)
 

Author SHA1 Message Date
Marcus Cuda 7b8b404182 Vector: added scaling methods 17 years ago
Marcus Cuda 1b8aa43c8d Vector: added subtraction and corrected addition interface in ILinearAlgebra 17 years ago
Marcus Cuda 83ce5d764a reverting the changes I made to the resharper settings file 17 years ago
Marcus Cuda d51753d6c5 Vector: Added addition methods 17 years ago
Marcus Cuda f2cbeb2baa started sketching linear algebra algos. trying out the individual provider approach 17 years ago
Christoph Ruegg 34f4bb62bf threading: removing misguided comment 17 years ago
Christoph Ruegg adcd527722 sampling: applying random sampling to unit tests 17 years ago
Christoph Ruegg f51c4ea4ce sampling: random 17 years ago
Christoph Ruegg 33a23505d1 sampling: applying to unit tests to replace custom sampling providers 17 years ago
Christoph Ruegg 208747e996 sampling: equidistant, chebyshev 17 years ago
Christoph Ruegg 3ae18748f6 constants: new Pi2 = 2 * pi 17 years ago
Christoph Ruegg ab1b6a1d39 code style 17 years ago
Christoph Ruegg 774ae7100f resharper: fixed math.net class file template 17 years ago
Christoph Ruegg adbe097c6d resharper/agentsmith settings now shared by solution 17 years ago
jvangael 38d60ddb6a Added Dirichlet unit tests 17 years ago
jvangael be690bea9b Added Dirichlet distribution. 17 years ago
Christoph Ruegg 63d159c826 threading: resolve recursive parallelization, preventing deadlocks 17 years ago
Christoph Ruegg 097946b9a8 quadrature: tests now verify argument checks 17 years ago
Christoph Ruegg 3c3c01839b unit tests: new generic argument checking contract, functional helpers now globally available 17 years ago
Christoph Ruegg 93e0402fd4 number theory: full coverage 17 years ago
Christoph Ruegg 66bd45316e precision: fixing typo in previous 84f78d827d 17 years ago
Christoph Ruegg f2cf2b5f1c interpolation: barycentric condition fix, full coverage 17 years ago
Christoph Ruegg 84f78d827d precision: multiple increment/decrement 17 years ago
Christoph Ruegg 2e5676249c interpolation: refactored unit tests 17 years ago
Christoph Ruegg c9b81d8fbf interpolation: additional constructors 17 years ago
Christoph Ruegg d30f0c9080 interpolation: xmldoc link references 17 years ago
Christoph Ruegg 194ec24d93 interpolation: added equidistant polynomial (barycentric) 17 years ago
Christoph Ruegg c412fce9e6 threading: minor refactoring, control, fast-forward execution 17 years ago
Christoph Ruegg 1d21cb5de6 sorting: code style 17 years ago
Marcus Cuda d6e1626dcc tweaked build file to remove managed references and to be a little more xbuild friendly - but there is still an issue with InternalVisibleTo 17 years ago
Christoph Ruegg 19e351b7da transforms: reorganized unit tests, now full coverage 17 years ago
Christoph Ruegg d8c22c249c transforms: facade test 17 years ago
Marcus Cuda 73069cbe76 Linear Algebra: replaced comma with TextInfo.ListSeparator 17 years ago
Marcus Cuda 7ab3756a74 Linear Algebra: Started implement DenseVector 17 years ago
Marcus Cuda 45cc804674 Linear Algebra: Added just enough of the vector class so it compiles 17 years ago
Marcus Cuda a4a2d26278 Linear Algebra: Added just enough of the matrix class so it compiles 17 years ago
Marcus Cuda ea99ef9df6 Project merging: updated build fike 17 years ago
Marcus Cuda d028c41f74 Project merging: added projects back to the solution 17 years ago
Marcus Cuda 5f07fa1d90 Project merging: renamed projects 17 years ago
Marcus Cuda ffa2fa21fb Project merging: starting, looks like it needs to be done in a serveral commits 17 years ago
Christoph Ruegg 7969992979 transforms: hartley - naive 17 years ago
Christoph Ruegg 7586bff512 transforms: using complex ctor instead of factory 17 years ago
Christoph Ruegg e7f4cfa66b precision: assertion helper for double arrays 17 years ago
jvangael d21d8ca9e4 Fixed some bugs in the Beta distribution. 17 years ago
jvangael 58a2e86930 Added unit tests for Gamma & Beta. 17 years ago
jvangael 4c5bbc5cd2 Fixed a few special cases in the Gamma distribution densities. 17 years ago
jvangael bcf4cd21cb Added Erf and Erfc unit test coverage. 17 years ago
jvangael a8f0634c92 Added Gamma and GammaLn with unit tests. 17 years ago
jvangael 453023c35b Added Gamma & Beta distribution unit tests. 17 years ago
Marcus Cuda 967800530a Complex: added back license header that was removed by resharper 17 years ago