91 Commits (404e4c6ec2a2000c403f1ffd03a3557d34660fc8)

Author SHA1 Message Date
Marcus Cuda 404e4c6ec2 native: added unit tests for other data types and a bunch of bug fixes 16 years ago
Christoph Ruegg 0579f5ca2a Special Functions: Move Beta functions to their own file (just like Gamma) 16 years ago
Christoph Ruegg fcc7598bf2 Move Sampling/Sample to Signals/SignalGenerator to avoid confusion with statistical sampling 16 years ago
Christoph Ruegg 258234b2fb Dependency on zlib.net now NuGet-managed 16 years ago
Marcus Cuda c3dd1b7d3f iterative solvers: cleaned up api 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 544b77faa3 native: started adding Norm 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 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 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 0c969aff7c matrix writer: simplified the matirxwriter interface 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
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
Marcus Cuda d9bbaa4a90 refactored the Vector classes to use an intermediate, type specific class 16 years ago
Marcus Cuda ffa9f92a06 matlab: first take at then new matlab parser, still needs work 16 years ago
Marcus Cuda 36ccd67603 refactored DelimitedReader 16 years ago
Marcus Cuda 86eefc56b2 changed Complex32.ToString to match Complex.ToString 16 years ago
Marcus Cuda 82dec46518 merged Andriy's EVD improvements and Poisson distribution 16 years ago
Marcus Cuda 4b03985805 merged Andriy's Parallel additive lagged Fibonacci RNG 16 years ago
Marcus Cuda 84762f7109 merged andriy's XOR RNG 16 years ago
Marcus Cuda 0b619d2b85 merged andriy's eigen code for single, complex, and complex32 16 years ago
Marcus Cuda 4fe613c977 distributions: Vladmir's first take at the distributions 16 years ago
Marcus Cuda 564529b642 la: added Andriy's eigen value decomp code 16 years ago
Marcus Cuda 8585733257 la: added Andriy's complex32 LA code 16 years ago
Marcus Cuda 17d5941ea2 added andriy's single LA 16 years ago
Marcus Cuda a3e51bcc93 added andriy's complex LA 16 years ago
Marcus Cuda cbd321574f andriy's conversion to a generic matrix 16 years ago
Marcus Cuda 1a8cce73c6 Merged Andriy's additions as follows: 16 years ago
Marcus Cuda b06cfe4175 io: added matlab reader 16 years ago
Marcus Cuda 2838a63876 io: ported delimited writer. added support for different cultures and column headers 16 years ago
Marcus Cuda fbb3f2a716 io: ported delimited reader. made it generic, added support for different cultures, and fixed regex bug 16 years ago
Marcus Cuda 3acc531b83 added io directory 16 years ago
Marcus Cuda 832c626cea factor: Merged Andriy's factorization code for user defined matrices 16 years ago
Marcus Cuda b61a1a97b9 svd: merged Andriy's svd code and qr work array update 16 years ago
Marcus Cuda f89831ebea added Andriy's Householder QR, added ISolver, and fixed stylecop warnings 16 years ago
Marcus Cuda a3b39c5622 sparse: added Andriy's sparse matrix 17 years ago
Jurgen Van Gael 6242f534fd Added Permutation class. 17 years ago
Jurgen Van Gael e946954ec4 Started implementing LU decomposition. 17 years ago
Abratiychuk 16ee5688d7 Added SparseVector implementation and Unit tests for it 17 years ago
Jurgen Van Gael 3405d9339f Added Cholesky solve. 17 years ago
Jurgen Van Gael 02bf380d43 Renaming directories. 17 years ago
Jurgen Van Gael 6b1fdc5132 Added Cholesky factorization. 17 years ago
Christoph Ruegg 6ed18ee78a Number Theory: Gcd/Egcd/Lcm for BigInteger 17 years ago
Jurgen Van Gael c66021cd15 More unit tests for StudentT distribution. 17 years ago
Jurgen Van Gael ef7a3e8ee7 Added StudentT distribution. 17 years ago