115 Commits (04a5f30d99014f104bcea27ae2e2bd6cdf4dda2e)

Author SHA1 Message Date
Christoph Ruegg 04a5f30d99 RootFinding: refactoring, simplify 14 years ago
Christoph Ruegg a177228238 RootFinding: simplify unit test 14 years ago
Christoph Ruegg be5d8b9ebc RootFinding: move files, namespace, tests, projects 14 years ago
Christoph Ruegg 5f5d29cb6a LA: matrix OfColumns/OfRows more usable, basic tests 14 years ago
Phil b8f4e66770 Updated financial calcs and unit tests to deal with NaN return 14 years ago
Phil f9af5aa844 Added GainLossRatio Tests 14 years ago
Phil 28f025e23b Addition of Financial bases absolute risk stats 14 years ago
Marcus Cuda 2782913139 replaced zlib.net with DeflateStream 14 years ago
Artyom Baranovskiy 7dd31a162d Implement test case for DescriptiveStatistics which proves 14 years ago
Christoph Ruegg 136bdbb113 Special Functions: modified bessel & struve functions 14 years ago
Marcus Cuda fb7b2dcd82 added force symmetric helper methods so we can get the EVD solve tests to pass 14 years ago
Christoph Ruegg 1c328db9d7 Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes 14 years ago
Christoph Ruegg 7a967df1ad Build: clean up libs & NuGet 14 years ago
Christoph Ruegg 2fa4232f64 Build: new 'Release-Signed' profile for signing assemblies (strong name) 14 years ago
Christoph Ruegg bbb23e662e Tests: replace matrix structural tests with theory (part 5) - Submatrix, Insert; Fix DiagonalMatrix InsertRow 14 years ago
Christoph Ruegg 9330413bcb Tests: replace matrix structural tests with theory (part 1) 14 years ago
manyue 7447ddbab7 Implementation of Hybrid Monte Carlo method 14 years ago
manyue 051e9e47f4 Implementation of Hybrid Monte Carlo and tests. 14 years ago
Christoph Ruegg 43c4608cce Solution: extract IO into separate IO project 15 years ago
Christoph Ruegg 8c90a8932f Build: do not sign assemblies (strong name) 15 years ago
cureos 7e17434889 Updated interpolation classes to prevent non-unique and/or non-monotonically ascending sample points. Fixes issue #1. 15 years ago
Christoph Ruegg 880da46657 Unit Tests: generic to avoid duplication (tests not performance critical) 15 years ago
Christoph Ruegg 7798dba82f Unit Tests: Linear algebra vectors: arighmetic theories (failing, gh-18) 15 years ago
Abratiychuk 3f470bc0bc Fixed unit tests for Silverlight 16 years ago
Marcus Cuda ee933111e3 native: fixed several native interface bugs 16 years ago
Marcus Cuda 404e4c6ec2 native: added unit tests for other data types and a bunch of bug fixes 16 years ago
Marcus Cuda 782612e2c7 added a mechanism to set the linear algebra provider when running the full unit test suite 16 years ago
Christoph Ruegg c271cea4cc Unit Tests: Interpolation V 16 years ago
Christoph Ruegg 820804b237 Unit Tests: Interpolation IV 16 years ago
Christoph Ruegg 0783c34fa4 Unit Tests: Interpolation III 16 years ago
Christoph Ruegg a7a94551bd Unit Tests: Interpolation II 16 years ago
Christoph Ruegg 2529512a85 Unit Tests: Interpolation I 16 years ago
Christoph Ruegg 2b84d8dd5c fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests. 16 years ago
Christoph Ruegg 6af6c0fdc3 CI: Move unit test binaries to out folder 16 years ago
Marcus Cuda 4dc3789447 removed refenernce to nonexistent file 16 years ago
Marcus Cuda e429fe363d testing: Merged Andriy new NUnit tests 16 years ago
Marcus Cuda 7a1a0fc8f1 tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
Christoph Ruegg 22bc6928a0 CI: Upgrade to Gallio 3.3.93.0 16 years ago
Christoph Ruegg 6c76369395 Ci: make projects build to a common out folder with a decent folder structure out of the box 16 years ago
Marcus Cuda 68685906a4 native: reorg'ed the native code 16 years ago
Marcus Cuda efbb270556 stats: added Percentile class and missing complex MatlabWriter tests 16 years ago
Marcus Cuda fba4784a1f matlab: added complex support 16 years ago
Marcus Cuda 059cbec9a9 matlab: added missing GetIndexedEnumerator to sparse vectors and addded the intial matlab writer - only real matrices are supported, complex are next 16 years ago
Marcus Cuda 2ada5c951b corrected bug in parsing Complex matrices and added sparse matrix tests 16 years ago
Marcus Cuda ffa9f92a06 matlab: first take at then new matlab parser, still needs work 16 years ago
Marcus Cuda 36ccd67603 refactored DelimitedReader 16 years ago
Marcus Cuda 86eefc56b2 changed Complex32.ToString to match Complex.ToString 16 years ago
Marcus Cuda 82dec46518 merged Andriy's EVD improvements and Poisson distribution 16 years ago
Marcus Cuda 4b03985805 merged Andriy's Parallel additive lagged Fibonacci RNG 16 years ago
Marcus Cuda 84762f7109 merged andriy's XOR RNG 16 years ago