42 Commits (bc3cd95dfd424da48aa8f29c05f097a02be3aee0)

Author SHA1 Message Date
Christoph Ruegg bc3cd95dfd Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed 11 years ago
Christoph Ruegg b866a4cb32 Build: try migrating to NUnit v3.2 (from v2) 11 years ago
Christoph Ruegg 36a46bd7fc Cleanup: no longer mention CodePlex in file headers, deprecate its release archive 11 years ago
Christoph Ruegg b2e9445a88 Minor optimization how we call Array.Copy 11 years ago
Marcus Cuda e1e2bb294e removed work arrays from the LA provider interface 11 years ago
Marcus Cuda 06008b1c88 first take on removing work arrays and using LAPACKE in the MKL provider - native side 11 years ago
Matthew Johnson 8d06f9d435 Passing most tests now, investigating the stragglers. 12 years ago
Matthew Johnson 3de6b41527 Fixed some issues, but potrs doesn't seem to be working at all. 12 years ago
Christoph Ruegg 31e937cbef Tests: prefer matrix builders 12 years ago
Christoph Ruegg 719f0dcad3 Code Style & Inspections 13 years ago
Christoph Ruegg a52c2c1b9e Providers: fix tests against native providers 13 years ago
Christoph Ruegg f2e0ad6f10 Tests: test category attributes 13 years ago
Christoph Ruegg f934eb66c6 Tests: refactoring towards generic builder 1 13 years ago
Christoph Ruegg 48d03189be Providers: drop unused matrix-norm work-array version, simplifications 13 years ago
Christoph Ruegg 778b8151a5 Providers: double-valued matrix norms 13 years ago
Christoph Ruegg afc4f7e167 Precision: rework/cleanup (major) 13 years ago
Christoph Ruegg 2f275c1fb0 Build: make whole unit test suite hybrid so it can run against all portable profiles 13 years ago
Christoph Ruegg e37498618b Distributions: move files (ns sync), clean up 13 years ago
Christoph Ruegg 8111e739df LA Provider: move to Providers namespace 13 years ago
Christoph Ruegg 8bfcab62ed LA: Move all from .Generic namespace to parent namespace 13 years ago
Christoph Ruegg ee2c0bec65 Native pull: native Evd, updated provider 14 years ago
Christoph Ruegg af476c29f1 LA: matrix construction rework #104 14 years ago
Christoph Ruegg 46c43177a1 Tests: perf tests explicit 14 years ago
Christoph Ruegg d4ff406a3d Tests: cosmetics, increase timeout for slow CI agent VM 14 years ago
Christoph Ruegg 9fced67266 Alter parallelisation of matrix multiplication II - Unit Tests 14 years ago
Marcus Cuda ac11d04f99 Bug MKL x64 LANGE routine, using managed for matrix norms until it is fixed 14 years ago
Marcus Cuda b22b5a20aa fixed QR thin solve bug 14 years ago
Marcus Cuda 53294d32e2 made UseLinearAlgebraProvider an assembly attribute so it applies to all tests 14 years ago
Marcus Cuda 5d923d0e99 norm test with work arrays now actually pass a work array 14 years ago
Christoph Ruegg 56b1c8f68b LA: rename matrix Data property for consistency (non-breaking) 14 years ago
Christoph Ruegg 1c328db9d7 Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes 14 years ago
Marcus Cuda fe9e158777 added thin qr 14 years ago
Abratiychuk 3f470bc0bc Fixed unit tests for Silverlight 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 34bc517324 native: added SVD and modified the linear algebra provider as needed 16 years ago
Marcus Cuda 6beb3b6ace native: added QR solve, tweaking the provider interface as needed 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
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 7a1a0fc8f1 tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago