16 Commits (5ed05975a052d2ec65cdd420b56aeb6cab1d02fa)

Author SHA1 Message Date
jnyrup 83441365c0 Fix typos 9 years ago
Christoph Ruegg 7825e7fdb9 Support Native Providers also in .Net 3.5 9 years ago
Christoph Ruegg 280ee8b0b2 LA-MKL: query capability levels once, at initialization 10 years ago
Christoph Ruegg 3bef6497ca LA-MKL: bind dot-power to MKL vector functions 10 years ago
Christoph Ruegg a4f5b618e4 FFT: MKL provider refactoring due to sharing between FFT and LA 10 years ago
Christoph Ruegg 36a46bd7fc Cleanup: no longer mention CodePlex in file headers, deprecate its release archive 11 years ago
Marcus Cuda 06008b1c88 first take on removing work arrays and using LAPACKE in the MKL provider - native side 11 years ago
Christoph Ruegg 43c361dd87 Native: replace NATIVEMKL build constant with NATIVE as it can be used by other native providers as well #296 12 years ago
Christoph Ruegg c4c0ee3955 LA: inline xml docs typo 12 years ago
Marcus Cuda b7cd353d58 added no convergence check 12 years ago
Christoph Ruegg a52c2c1b9e Providers: fix tests against native providers 13 years ago
Christoph Ruegg cb28a44a61 Providers: InitializeVerify 13 years ago
Christoph Ruegg 2a509edab3 Providers: Leverage MKL in Thin-QR also for single, complex and complex32 types. 13 years ago
Christoph Ruegg 48d03189be Providers: drop unused matrix-norm work-array version, simplifications 13 years ago
Christoph Ruegg 5deddd0027 LA Provider: minor file renames 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 e44454ef94 Build: No longer impersonate System.Numerics to avoid conflicts; introduce new build flags for more flexible config: NOSYSNUMERICS, NATIVEMKL 13 years ago
Christoph Ruegg b8461a384c Build: Portable project now using wildcards to catch all files - no more need for manual update 13 years ago
Christoph Ruegg ee2c0bec65 Native pull: native Evd, updated provider 14 years ago
Marcus Cuda d26d41e848 removed redundant code in lapack.cpp, using gels for all qr solving (dropping gelsy) 14 years ago
Marcus Cuda fe9e158777 added thin qr 14 years ago
Marcus Cuda 960149224f removed t4 templates 16 years ago
Marcus Cuda f068a33ca5 updated gotoblas to not call serveal routines 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 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 289dad9181 removed redundant copyto's 16 years ago
Marcus Cuda df73c6e828 native: added lu 16 years ago
Marcus Cuda 544b77faa3 native: started adding Norm 16 years ago
Marcus Cuda f4b3f0c6bf native: a little more reorganizing and stylecop cleanup 16 years ago
Marcus Cuda 252d8d5a8e native: seperated out the code into seperate include files instead of using 'if' statements. 16 years ago
Marcus Cuda 71ccf00c9b native: native providers now extend mananaged provider 16 years ago
Marcus Cuda 91fa17a0f0 lu: merged Andriy's LU additions 16 years ago
Marcus Cuda b61a1a97b9 svd: merged Andriy's svd code and qr work array update 16 years ago
Marcus Cuda 66adcfdd9a fixed matrix norm signature 16 years ago
Marcus Cuda abdd45416c fixed typo 16 years ago
Christoph Ruegg 94e1ebf093 minor: tweaking time formatting in T4 templates 17 years ago
Jurgen Van Gael 9755692cf8 Small additions to LU and initial unit tests. 17 years ago
Jurgen Van Gael e946954ec4 Started implementing LU decomposition. 17 years ago
Jurgen Van Gael 3405d9339f Added Cholesky solve. 17 years ago
Marcus Cuda 691cd446b5 matrix: finished added native multiplication and some other minor fixes 17 years ago
Marcus Cuda e31585f91f matrix: fixed matrix multiplication bug where the call was doing an multiply and update, not just a multiply 17 years ago