422 Commits (0c969aff7c2c65f43cbda4680e93b5a55bdcc119)

Author SHA1 Message Date
Marcus Cuda 0c969aff7c matrix writer: simplified the matirxwriter interface 16 years ago
Marcus Cuda 8b7a40fab6 fixed failing tests 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
Christoph Ruegg f77576ef39 Reducing required precision for L2Norm tests by 1 digit for single precision floats (tests were failing for sparse matrices) 16 years ago
Christoph Ruegg df56a3e33f Making unit tests more robust for running on other cultures and system settings 16 years ago
Marcus Cuda ac152578c2 clean up: more bug fixes and added intermediate, type specific factorization classes 16 years ago
Marcus Cuda 03fb79967d clean up: fixed bugs, made matrix arthimetic immutable, added intermediate, type specific abstract Matrix class. Need to finish cleaning up factorization classes and some tests still faile 16 years ago
Marcus Cuda fb943d5522 vector: cleaned up the vector class a little more. now starting the matrix class and the factorization classes 16 years ago
Marcus Cuda d9bbaa4a90 refactored the Vector classes to use an intermediate, type specific class 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
Jurgen Van Gael 1b603eb841 Some small documentation changes. 16 years ago
Jurgen Van Gael 96028daee3 Changed TensorProduct name to OuterProduct. 16 years ago
Christoph Ruegg c46859f541 temporarily fixing Silverlight build by dropping LA IO support 16 years ago
Marcus Cuda cce4db3843 merged Andriy's distribution additions and corrections 16 years ago
Marcus Cuda 36ccd67603 refactored DelimitedReader 16 years ago
Abratiychuk e21559ac10 Verified Distributions, added several properties, fixed several properties. 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 bfca304aae added missing parameter check to Xorshift 16 years ago
Marcus Cuda 4b03985805 merged Andriy's Parallel additive lagged Fibonacci RNG 16 years ago
Marcus Cuda 0a12d3a355 switched to mwc version of xorshirt 16 years ago
Marcus Cuda 84762f7109 merged andriy's XOR RNG 16 years ago
Marcus Cuda 0b619d2b85 merged andriy's eigen code for single, complex, and complex32 16 years ago
Marcus Cuda 7caa9b1110 fixed a complex ToString bugs and lowered the accuracy on some of the single precision tests that were failing on x64 16 years ago
Marcus Cuda 4fe613c977 distributions: Vladmir's first take at the distributions 16 years ago
Marcus Cuda 564529b642 la: added Andriy's eigen value decomp code 16 years ago
Marcus Cuda 8585733257 la: added Andriy's complex32 LA code 16 years ago
Marcus Cuda cdc050d894 added resharper 5.1 setting file 16 years ago
Marcus Cuda 14a3c0bf50 fixed a couple style copy issues 16 years ago
Marcus Cuda 17d5941ea2 added andriy's single LA 16 years ago
Marcus Cuda a3e51bcc93 added andriy's complex LA 16 years ago
Marcus Cuda cbd321574f andriy's conversion to a generic matrix 16 years ago
Marcus Cuda 9ba1fcc556 merged andriy's changes 16 years ago
Marcus Cuda b17bbf47cc merged andriy's changes 16 years ago
Marcus Cuda 1a8cce73c6 Merged Andriy's additions as follows: 16 years ago
Jurgen Van Gael 941f0ca790 Added sparse interface to the F# front-end. 16 years ago
Jurgen Van Gael 164f4e1a32 Fixed all bugs on Vector and DenseVector for the new functional friendly interface. 16 years ago
Jurgen Van Gael 9f1461aa5b Bug fixes in the unit tests for the new functional friendly API. 16 years ago
Jurgen Van Gael 48454e6094 Updated unit tests to reflect new Vector API. 16 years ago
Jurgen Van Gael 7cd5f92098 Changed the Vector API to make methods more functional programming friendly. 16 years ago
Jurgen Van Gael 37bd9b67de Reformatting of Vector.Norm and Vector.Normalize code. 16 years ago
Marcus Cuda 66253d695d words added to the dictionary 16 years ago
Marcus Cuda e5cff395ea style cop fix 16 years ago
Marcus Cuda b06cfe4175 io: added matlab reader 16 years ago
Marcus Cuda 2838a63876 io: ported delimited writer. added support for different cultures and column headers 16 years ago
Marcus Cuda fbb3f2a716 io: ported delimited reader. made it generic, added support for different cultures, and fixed regex bug 16 years ago
Marcus Cuda 3acc531b83 added io directory 16 years ago
Marcus Cuda 8e0edaf2f1 io: moving io code into main project 16 years ago
Christoph Ruegg e3c06722dd separate Version.cs T4 script for silverlight project (alternative would be to link directly to Numerics' Version.cs file) 16 years ago