559 Commits (283f036cb1925d7acf4111ab22f55cba7d1c44e9)
 

Author SHA1 Message Date
Christoph Ruegg 283f036cb1 Readme: new short installation instructions section 16 years ago
Christoph Ruegg 4959eef327 NuGet nuspec now pointing to 128p instead of 32p icon 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
Marcus Cuda eeede6d89e fixed sparse matrix addition and subtraction bug. work item: 5666 16 years ago
Christoph Ruegg 2b2c180b44 NuGet nuspec whitespace fix 16 years ago
Christoph Ruegg bd366d4bff CI: Automatically updated version in F# project AssemblyInfo (T4) 16 years ago
Christoph Ruegg 05e1665d5a AssemblyInfo for F# module project. Versions not yet generated, fixed to 1.0.0.0 for now 16 years ago
Christoph Ruegg f390f85dac CI: Additional NuGet package for FSharp modules 16 years ago
Marcus Cuda 518cdf2fbd fixed silverlight compile bug from last commit 16 years ago
Christoph Ruegg 10ff713f64 CI: NuGet release build tweaking 16 years ago
Marcus Cuda 39ea72370a fixed a problem were Parallel Invoke and Select where ignoring threading options from Control, there is still an issue with recursively calling invoke. 16 years ago
Christoph Ruegg eb5db36aab NuGet Build 16 years ago
Christoph Ruegg 258234b2fb Dependency on zlib.net now NuGet-managed 16 years ago
Marcus Cuda eb7e86f2f0 native: added lu inverse 16 years ago
Marcus Cuda e2ef47c574 fixed native scale bugs and added pointwise divide 16 years ago
Marcus Cuda 6dd11db923 updated MKL wrapper project to NUnit and MKL 10.3 16 years ago
Christoph Ruegg dc2c6aab50 Added Andriy Bratiychuk as contributor 16 years ago
Christoph Ruegg 903b0c78d8 readme: cosmetics 16 years ago
Christoph Ruegg 23aff76bd9 readme, authors now using UTF-8 16 years ago
Christoph Ruegg 2d676c0287 update readme, authors and copyright 16 years ago
Christoph Ruegg 32854c707b Force eol normalization (no changes, was already normalized) 16 years ago
Christoph Ruegg 6af6c0fdc3 CI: Move unit test binaries to out folder 16 years ago
Marcus Cuda 3a40420d0a fixed errors in the example project relating to the operator changes 16 years ago
Marcus Cuda 408184da78 corrected or added operators to sparse/dense vectos/matrices 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 2616163c36 updated AppendMatrix to not be parallel - caused sparse tests to sometimes fail 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 9f0c071e29 issue 5660: some of the optimized dense implementations were not be ing called. fixed 16 years ago
Marcus Cuda 2cf99d8184 commented out CommonParallel.Aggregate modified the affected code 16 years ago
Marcus Cuda 407ba19669 sparse matrix is no longer thread safe to improve performance 16 years ago
Marcus Cuda ecee6b3ae2 made parallel code serial code where it modifies a matrix, since we cannot guarantee subclasses are thread safe - in some cases making them thread safe hurts performance 16 years ago
Marcus Cuda 4dc3789447 removed refenernce to nonexistent file 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 5139f85ba8 removed Gallio libraries 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 e9ab742b6e added new constructor to sparse matrix that takes a matrix. Replaced new SparseMatrix(matrix.ToArray()) calls with it 16 years ago
Marcus Cuda 9c18123e6b Added matrix indexed enumerator 16 years ago
Marcus Cuda 289dad9181 removed redundant copyto's 16 years ago
Marcus Cuda fc6b50ad3b bug: added missing leftmultiply fix that was dropped during the last merge 16 years ago
Marcus Cuda 92b806b722 bug: added piyooshm's leftmultiply fix 16 years ago
Marcus Cuda 8969df0b72 bug: added fix to other data types 16 years ago
Marcus Cuda 6bc8656217 bug: fixed sparse scale bug 16 years ago
Marcus Cuda d0e926f1d9 examples: added Andriy's examples and bug fixes 16 years ago
Marcus Cuda 9be68769d2 added nunit silverlight test project 16 years ago