125 Commits (404e4c6ec2a2000c403f1ffd03a3557d34660fc8)

Author SHA1 Message Date
Marcus Cuda 8206966c88 added Alex Karatarakis fix for the TransposeAndMultiply bug, work item: 5673 16 years ago
Marcus Cuda d2a96e1f16 fixed sparse matrix Submatrix bug. work item: 5671 16 years ago
Marcus Cuda eeede6d89e fixed sparse matrix addition and subtraction bug. work item: 5666 16 years ago
Marcus Cuda df3f7fc0b4 added modulus methods and operators for real matrices. work item: 5662 16 years ago
Marcus Cuda 37daa5779f added mod method and operator for vectors (float and double only 16 years ago
Marcus Cuda 2dd9bb7555 added a IsSymmetric property to the matrix interface and an optimized version for sparse matrices. work item: 5653 16 years ago
Marcus Cuda 2cf99d8184 commented out CommonParallel.Aggregate modified the affected code 16 years ago
Marcus Cuda be231a8d45 vector: changed row and column enumerator to return tuples as well 16 years ago
Marcus Cuda ec85c4152f vector: changed IndexedEnumberator from returning KeyValuePair to a Tuple to be consistent with the Matrix version 16 years ago
Marcus Cuda c86eb8f615 added misssing IndexedEnumerator tests and MSBuild Extensions 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
Marcus Cuda 9b72b71ebf sparse vector optimizations 16 years ago
Marcus Cuda c3dd1b7d3f iterative solvers: cleaned up api 16 years ago
Marcus Cuda 9bf22ea011 opt: merged Andriy's changes to reuse vector and matrices instead of creating new ones 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 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 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 96028daee3 Changed TensorProduct name to OuterProduct. 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 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 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 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 37bd9b67de Reformatting of Vector.Norm and Vector.Normalize code. 16 years ago
Marcus Cuda b06cfe4175 io: added matlab reader 16 years ago