243 Commits (8e24293a7989bd5af20654d368ff2f2152392c2b)

Author SHA1 Message Date
Marcus Cuda 8e24293a79 moved factorization extenstions into typed namespaces 16 years ago
Marcus Cuda bc1d9df3bc native: finished acml provider - needs more testing 16 years ago
Marcus Cuda 3a08ed3463 tests: removed redundant matrix copying from factorization test to speed things up 16 years ago
Marcus Cuda 944c79c721 native: switched to f2c defined integers 16 years ago
Marcus Cuda ee933111e3 native: fixed several native interface bugs 16 years ago
Marcus Cuda 676dd39c55 stylecop fixes 16 years ago
Alexander Karatarakis ba63a4b4e0 Unit tests for Single. 16 years ago
Alexander Karatarakis e8034ef091 Unit tests for Complex32. 16 years ago
Alexander Karatarakis f3b3806c0a Unit tests for Double. 16 years ago
Alexander Karatarakis dc7bb4e2c5 Moved methods to a more appropriate place on Complex. 16 years ago
Alexander Karatarakis 8a95a1ccdc Unit Tests for Complex. 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 18fb12d63b added missing files 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
Marcus Cuda 34bc517324 native: added SVD and modified the linear algebra provider as needed 16 years ago
Marcus Cuda 8206966c88 added Alex Karatarakis fix for the TransposeAndMultiply bug, work item: 5673 16 years ago
Marcus Cuda 6beb3b6ace native: added QR solve, tweaking the provider interface as needed 16 years ago
Marcus Cuda d2a96e1f16 fixed sparse matrix Submatrix bug. work item: 5671 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
Marcus Cuda aba8c988cb native: added QR factor 16 years ago
Marcus Cuda de4eb2a7a5 native: added Cholesky solve and removed redundant number of B parameter from its interface 16 years ago
Marcus Cuda 60f4ee5cc5 native: added LU solve 16 years ago
Christoph Ruegg fcc7598bf2 Move Sampling/Sample to Signals/SignalGenerator to avoid confusion with statistical sampling 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
Marcus Cuda eb7e86f2f0 native: added lu inverse 16 years ago
Marcus Cuda e2ef47c574 fixed native scale bugs and added pointwise divide 16 years ago
Christoph Ruegg 6af6c0fdc3 CI: Move unit test binaries to out folder 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 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 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
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