308 Commits (fb7b2dcd826bd90bf3ac6bb84c4f7d23f246d720)

Author SHA1 Message Date
Marcus Cuda fb7b2dcd82 added force symmetric helper methods so we can get the EVD solve tests to pass 14 years ago
Marcus Cuda b22b5a20aa fixed QR thin solve bug 14 years ago
Marcus Cuda a5e97e59ca removed console.writeline 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
Marcus Cuda d26d41e848 removed redundant code in lapack.cpp, using gels for all qr solving (dropping gelsy) 14 years ago
Marcus Cuda 30381a1fab removed old providers and added missing qr thin tests 14 years ago
Christoph Ruegg e24c1c25ff Cleanup: file names, kill eol whitespace 14 years ago
Christoph Ruegg f5b6500668 Realign complex types with System.Numerics 14 years ago
Christoph Ruegg 211da24362 LA: static CreateRandom for dense matrix and vector (replacing complicated templating approach) 14 years ago
Christoph Ruegg 56b1c8f68b LA: rename matrix Data property for consistency (non-breaking) 14 years ago
Christoph Ruegg 78a933aaf3 LA: migrate vectors to storage classes (major) 14 years ago
Christoph Ruegg 36b210529a Sparse: better unit test for Clear-submatrix 14 years ago
Christoph Ruegg 326681db58 Sparse: proper Clear-submatrix implementation 14 years ago
Christoph Ruegg 21a2dab933 Sparse: fix bug in submatrix-clear 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
Christoph Ruegg 7a967df1ad Build: clean up libs & NuGet 14 years ago
Marcus Cuda 689ecea716 fix for issue #52 14 years ago
Christoph Ruegg e9925e2116 Tests: fix failing unit tests (MT-rng fix side effect) 14 years ago
Marcus Cuda cdc5df499f changed range to [0,1) and updated tests 14 years ago
Christoph Ruegg 2fa4232f64 Build: new 'Release-Signed' profile for signing assemblies (strong name) 14 years ago
Christoph Ruegg e0ad631665 LA: Stacking 14 years ago
Christoph Ruegg e38acb03a0 LA: validate strorage ctors, fix tests 14 years ago
Christoph Ruegg 6c38d3b184 LA: IsFullyMutable can be accessed via .Storage, no need to forward to Matrix class 14 years ago
Christoph Ruegg b23284e2ee Tests: matrix structural tests more thorough if mutable 14 years ago
Christoph Ruegg aa5716fdb6 Matrix types declare whether they are partially or fully mutable 14 years ago
Christoph Ruegg 95219f9963 Tests: replace matrix structural tests with theory (part 8) - ToArray, Create, Iterate 14 years ago
Christoph Ruegg 9df3c13295 Tests: replace matrix structural tests with theory (part 7) - Apped, Stack 14 years ago
Christoph Ruegg 6eb4f827e6 Tests: replace matrix structural tests with theory (part 6) - Permutation 14 years ago
Christoph Ruegg bbb23e662e Tests: replace matrix structural tests with theory (part 5) - Submatrix, Insert; Fix DiagonalMatrix InsertRow 14 years ago
Christoph Ruegg 0fd379dffe Tests: replace matrix structural tests with theory (part 4) - Triangle, Diagonal 14 years ago
Christoph Ruegg 5d7fc8e67e Tests: replace matrix structural tests with theory (part 3) - Column 14 years ago
Christoph Ruegg de5d235f6f Tests: replace matrix structural tests with theory (part 2) - Row 14 years ago
Christoph Ruegg 9330413bcb Tests: replace matrix structural tests with theory (part 1) 14 years ago
Christoph Ruegg b03e9954fa Tests: sensible precision expectations for single arith IV 14 years ago
Christoph Ruegg 917547bc67 Tests: sensible precision expectations for single arith III 14 years ago
Christoph Ruegg e68a8c6c10 Tests: sensible precision expectations for single arith II 14 years ago
Christoph Ruegg 63d23cfd8e Tests: sensible precision expectation for single arithmetics 14 years ago
Christoph Ruegg 2133c6845d Tests: simplify user-defined matrix type 14 years ago
Christoph Ruegg b3dd68f358 LA Storage: drop redundant accessors and overrides 14 years ago
Christoph Ruegg 55d50fb8fd LA Storage: enforce MatrixStorage 14 years ago
Christoph Ruegg bd7a3632e8 LA: diagonal matrix mult should choose sensible result storage 14 years ago
Christoph Ruegg 916bd1b785 LA: Unit test to confirm issue #35 14 years ago
Christoph Ruegg e6ac48bf5f Tests: make integral transform tests deterministic (by seed) 14 years ago
Christoph Ruegg 386fb36bfc Solution: Replace Silverlight with Portable library 15 years ago
Christoph Ruegg 43c4608cce Solution: extract IO into separate IO project 15 years ago
Christoph Ruegg 8c90a8932f Build: do not sign assemblies (strong name) 15 years ago
Christoph Ruegg d15f592f3e Normal Distribution: fix Variance property setter 15 years ago
cureos 7e17434889 Updated interpolation classes to prevent non-unique and/or non-monotonically ascending sample points. Fixes issue #1. 15 years ago