30 Commits (7ab3202020955fd9426f4e6d50b933cb29b5d029)

Author SHA1 Message Date
Ignas Anikevicius 7ab3202020 Port tests to .NET Core 9 years ago
Christoph Ruegg bc3cd95dfd Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed 11 years ago
Christoph Ruegg b866a4cb32 Build: try migrating to NUnit v3.2 (from v2) 11 years ago
Christoph Ruegg 36a46bd7fc Cleanup: no longer mention CodePlex in file headers, deprecate its release archive 11 years ago
Christoph Ruegg 0eef2b15b3 LA: consistency: enumerators should leverage Zeros-enum, like map/fold already does. 12 years ago
Christoph Ruegg ab13e9c113 LA: tweak vector.ToString formatting (auto column count + width) 12 years ago
Christoph Ruegg b8ccb66a9d Tests: Use Assert.That for exception tests 13 years ago
Christoph Ruegg a0a861e790 LA: phase out Vector.CreateMatrix/CreateVector (no longer needed) 13 years ago
Christoph Ruegg afc4f7e167 Precision: rework/cleanup (major) 13 years ago
Christoph Ruegg 6360e77a22 LA: fix return type of Norms to double (instead of T) 13 years ago
Christoph Ruegg e6fe8a8560 LA: Refactoring towards the generic matrix/vector types, test simplification 13 years ago
Christoph Ruegg b4f03e4560 LA: Further clean up and extend matrix/vector enumeration 13 years ago
Christoph Ruegg 88d26ccee0 LA: Clean up and extend vector enumeration 13 years ago
Christoph Ruegg e37498618b Distributions: move files (ns sync), clean up 13 years ago
Christoph Ruegg 8bfcab62ed LA: Move all from .Generic namespace to parent namespace 13 years ago
Christoph Ruegg 4060899bcd Tests: fix test bug where GetHashCode was tested against known result 13 years ago
Christoph Ruegg b4ee5ed34f LA: Adapt parsing and unit tests to modified string formatting 14 years ago
Christoph Ruegg e5bed3c158 LA: Generic Vector: Extract BCL interfaces to partial class 14 years ago
Christoph Ruegg c77483a4d0 LA: Vector SetValues SubVector SetSubVector #96 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 78a933aaf3 LA: migrate vectors to storage classes (major) 14 years ago
Christoph Ruegg 5d7fc8e67e Tests: replace matrix structural tests with theory (part 3) - Column 14 years ago
Christoph Ruegg 386fb36bfc Solution: Replace Silverlight with Portable library 15 years ago
Abratiychuk 3f470bc0bc Fixed unit tests for Silverlight 16 years ago
Marcus Cuda ec85c4152f vector: changed IndexedEnumberator from returning KeyValuePair to a Tuple to be consistent with the Matrix version 16 years ago
Marcus Cuda 7a1a0fc8f1 tests: added Andriy's ported NUnit tests and tweaked them for the solver changes 16 years ago
Marcus Cuda 86eefc56b2 changed Complex32.ToString to match Complex.ToString 16 years ago
Marcus Cuda 8585733257 la: added Andriy's complex32 LA code 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 9ba1fcc556 merged andriy's changes 16 years ago
Marcus Cuda c62ba47988 merged Andriy's sparse optimizations 16 years ago
Marcus Cuda a6572fa189 sparse: merge Andriy's additions 17 years ago
Marcus Cuda 690f625e1e merged Hany additions 17 years ago
Hani Medhat 8b0f6e5713 Added AbsoluteMaximum, AbsoluteMaximumIndex and fixed a bug with Random method. 17 years ago
Marcus Cuda 7e698cd2b7 vector: minor cleanup of Hany's additional vector methods 17 years ago
Hani Medhat f213e9988b Added: 17 years ago
Christoph Ruegg 7c21d36316 Unit Tests: updated headers, minor clean up 17 years ago
Marcus Cuda b61f6df24d LA providers: reworked how the tests setup 17 years ago
Marcus Cuda d8020ba990 vector: added missing operators to DenseVector, added missing tests, and fixed the Gallio bug in the build file 17 years ago
Marcus Cuda ca361c5d73 vector: fixed CopyTo bug and added IEnumerable test 17 years ago
Marcus Cuda 6279060784 vector: corrected unit tests to use CreateVector 17 years ago
Marcus Cuda a6e980ec8e vector: Added conversion operators to DenseVector 17 years ago
Marcus Cuda b0a4a23d81 vector: added GetIndexedEnumerator 17 years ago
Marcus Cuda 914c317157 removed GetIndexedEnumerator from Vector - will add it back to the sparse Vector 17 years ago
Marcus Cuda 478991b870 vector: added equals and gethashcode methods 17 years ago
Marcus Cuda eeed394686 Vector: added norm methods and broke up unit tests 17 years ago
Marcus Cuda e3e6dc94d6 Vector: added scaling methods 17 years ago
Marcus Cuda 844ad6a51f Vector: added subtraction and corrected addition interface in ILinearAlgebra 17 years ago