506 Commits (df73c6e828caa9922c149fd8060f419b4b328d5e)
 

Author SHA1 Message Date
Marcus Cuda df73c6e828 native: added lu 16 years ago
Marcus Cuda 24858f7833 examples: Added Andriy's first set of examples 16 years ago
Marcus Cuda ad8f72295a doc: fixed xml doc errors and updated SHFB config 16 years ago
Marcus Cuda 6b2f8d46b1 build: tweaked build file for teamcity.codebetter.com 16 years ago
Marcus Cuda d799b5611c silverlight: added Silverlight test project. Silverlight didn't work with the abstract test class so the tests will need to be refactored not to use them 16 years ago
Marcus Cuda b9b692bf7a started silverlight tests 16 years ago
Marcus Cuda 57fa7d4d6e started silverlight tests 16 years ago
Marcus Cuda 7638ecc773 build: corrected name of F# test program 16 years ago
Marcus Cuda f48b0caf7f build: added calling template building from a pre-build event, update msbuild file, and corrected t4.bat 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 07162fb76f native: finished matrix norms 16 years ago
Marcus Cuda 64321c247c ci: updated t4 bat file to include MKL.XXX.Common.tt 16 years ago
Marcus Cuda 544b77faa3 native: started adding Norm 16 years ago
Marcus Cuda d77a0b1208 bug: fixed Zero bug pointed out by Andriy 16 years ago
Christoph Ruegg 22bc6928a0 CI: Upgrade to Gallio 3.3.93.0 16 years ago
Christoph Ruegg 47615d9208 CI: Upgrade to Gendarme 2.8, re-enable it in continous builds 16 years ago
Christoph Ruegg f5bde98d40 CI: Update continuous integration scripts to new structure 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 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 3ccfa2b145 added reference to missing files 16 years ago
Marcus Cuda 8c0d31beff norm: updated the rest of the dense matrices to use the la provider norm 16 years ago
Marcus Cuda 0693388f8c matrix: moved dense norm code into managed la provider 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 269f246509 factor: merged Anrdiy's parallel Cholesky code and improved QR 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 6d2140e35c CI: skipping Gendarm until we get hands on .Net 4 capable v2.7 binaries or newer 16 years ago
Christoph Ruegg 90ecab2cb5 CI: fixing F# unit tests path 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
Christoph Ruegg 94681d0c1e CI: fix unit test paths 16 years ago
Christoph Ruegg bb0f11ff08 CI: Using VS Solution for compilation again, instead of directly building all projects in MSBuild 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 fb943d5522 vector: cleaned up the vector class a little more. now starting the matrix class and the factorization classes 16 years ago
Christoph Ruegg d5b334a9b5 CI: merging TeamCity build files by build config 16 years ago
Christoph Ruegg 28aa338eb2 CI: TeamCity: Preparation build step now using T4 v10.0 instead of v1.2 16 years ago
Christoph Ruegg 71a825d023 CI: TeamCity: Code quality build step (StyleCop,Gendarme) 16 years ago
Christoph Ruegg 296d5846c8 CI: TeamCity: Preparation build step (T4) 16 years ago
Christoph Ruegg 65e0cd4363 CI: TeamCity/Gallio: removing explicit runner extension 16 years ago
Christoph Ruegg 14a985d5e6 CI: TeamCity unittest project 16 years ago
Christoph Ruegg 0aaed98d62 CI: added Gallio NCover integration libs 16 years ago
Christoph Ruegg af4f6c6dd7 CI: added Gallio TeamCity integration libs 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