373 Commits (8eeec77fca07c5911caac70f2e10972da2fe8ca4)
 

Author SHA1 Message Date
Hani Medhat 8eeec77fca adding new file 16 years ago
Hani Medhat e0102ac489 trying to commit 16 years ago
Hani Medhat 692cde5eb4 Test github 16 years ago
Marcus Cuda 4d85acb19e fixed typo 16 years ago
Abratiychuk 16ee5688d7 Added SparseVector implementation and Unit tests for it 16 years ago
Marcus Cuda 3420d73995 Fixed bug pointed out by Andriy Bratiychuk 16 years ago
Marcus Cuda 90e810e452 added zlib for matlab 16 years ago
Marcus Cuda b5b14af52f added skeleton IO project for Matlab, CSV, MatrixMarket, and Excel readers/writers 16 years ago
Marcus Cuda 44bded2c7b added LA to siliverlight 16 years ago
Jurgen Van Gael bd25eac58b Parallelized Cholesky Solve. 16 years ago
Jurgen Van Gael 3405d9339f Added Cholesky solve. 16 years ago
Jurgen Van Gael f837c295cd Added Matrix.Transpose with unit tests. 16 years ago
Jurgen Van Gael 02bf380d43 Renaming directories. 16 years ago
Jurgen Van Gael 6b1fdc5132 Added Cholesky factorization. 16 years ago
Jurgen Van Gael 7f747ad1f3 Added static initializer for identity matrix. 16 years ago
Marcus Cuda d796e452a3 fixed silverlight errors 16 years ago
Christoph Ruegg 722b9736c4 Numerics: udated headers (sorry for the code churn..) 16 years ago
Christoph Ruegg 7c21d36316 Unit Tests: updated headers, minor clean up 16 years ago
Christoph Ruegg 6ed18ee78a Number Theory: Gcd/Egcd/Lcm for BigInteger 16 years ago
Jurgen Van Gael 3351c5c150 Added slides on Math.Net which can be used for documentation and presentation purposes. 16 years ago
Jurgen Van Gael 666c02ff56 Fixed bug in NormalGamma distribution. 16 years ago
Jurgen Van Gael f612db93a1 Fixed a bug in the StudentT sampler. 16 years ago
Jurgen Van Gael ad6cbbebd8 Added CumulativeDistribution for the StudentT distribution. 16 years ago
Jurgen Van Gael 35f24d1a4c Removed redundant parameters in Dirichlet distribution unit tests. 16 years ago
Jurgen Van Gael 7045536a9c Added unit tests for the NormalGamma distribution. 16 years ago
Jurgen Van Gael e3d4c58cdc Added more unit tests for the StudentT distribution. 16 years ago
Jurgen Van Gael c66021cd15 More unit tests for StudentT distribution. 16 years ago
Jurgen Van Gael e0ba8f3aa7 Added NormalGamma distribution. 16 years ago
Jurgen Van Gael ef7a3e8ee7 Added StudentT distribution. 16 years ago
Jurgen Van Gael 56a1f49c2e Revert "Removed redundancy in F# project files." 16 years ago
Jurgen Van Gael 0572a7a3d1 Removed redundancy in F# project files. 16 years ago
Marcus Cuda 5c6d6e71db added missing using statment 16 years ago
Marcus Cuda fe5147fcda using common parallel class for both silverlight and .NET 4.0 16 years ago
Marcus Cuda d8f580b8b8 fixed style cop errors in the complex files 16 years ago
Marcus Cuda 2b516b03e5 switched over to the 2010 Parallel class 16 years ago
Marcus Cuda abb46af960 synced up complex code to use the .NET 4.0 Complex class 16 years ago
Marcus Cuda 181533fe0d initial conversion 16 years ago
Marcus Cuda a71cd4e54b initial conversion 16 years ago
Jurgen Van Gael 667c273cb3 Changed COPYRIGHT page to explicitly mention the ALGLIB 2.0.1 dependency. 16 years ago
Jurgen Van Gael ac13e62ba4 Fixed unit test after API change. 16 years ago
Jurgen Van Gael 08b9820f8c Fixed small inconsistency in the Normal API naming scheme. 16 years ago
Marcus Cuda 52ada09bd9 tests: added missing file 16 years ago
Marcus Cuda 691cd446b5 matrix: finished added native multiplication and some other minor fixes 17 years ago
Marcus Cuda b475b85b31 matrix: MatrixMultiply now call MatrixMultiplyWithUpdate 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
Marcus Cuda 432ef04018 tests: updated matrix multiple tests so that they pass 17 years ago
Marcus Cuda a6a56dfcbc native wrappers: finished wrapping cholesky factor, dot product, and vector add/subtract/pointwisemultiply. Works with MKL, but I'm unable to build ATLAS on Windows 7. 17 years ago
Marcus Cuda c1c3b95477 native wrappers: wrapped cholesky, dot product, and added add/subtract/multiple vector functions for MKL 17 years ago
Christoph Ruegg e9bc0ba6ff build: update SHFB paths to match new build server (temp hack, need dynamic paths) 17 years ago
Marcus Cuda bda5b94b18 linear algebra: parallel dot product 17 years ago