18 Commits (d0b93b247a09623f12fae596451ce99c3aeca25f)

Author SHA1 Message Date
Christoph Ruegg d0b93b247a LA: Perf, drop some range checks 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 6f122ed0b6 LA: avoid some redundant range checks (perf) 14 years ago
Christoph Ruegg de5d235f6f Tests: replace matrix structural tests with theory (part 2) - Row 14 years ago
Christoph Ruegg 386fb36bfc Solution: Replace Silverlight with Portable library 15 years ago
Marcus Cuda 37daa5779f added mod method and operator for vectors (float and double only 16 years ago
Marcus Cuda 2cf99d8184 commented out CommonParallel.Aggregate modified the affected code 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 9b72b71ebf sparse vector optimizations 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 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
Jurgen Van Gael 96028daee3 Changed TensorProduct name to OuterProduct. 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 b17bbf47cc merged andriy's changes 16 years ago
Jurgen Van Gael 164f4e1a32 Fixed all bugs on Vector and DenseVector for the new functional friendly interface. 16 years ago
Jurgen Van Gael 9f1461aa5b Bug fixes in the unit tests for the new functional friendly API. 16 years ago
Jurgen Van Gael 7cd5f92098 Changed the Vector API to make methods more functional programming friendly. 16 years ago
Jurgen Van Gael 37bd9b67de Reformatting of Vector.Norm and Vector.Normalize code. 16 years ago
Marcus Cuda c62ba47988 merged Andriy's sparse optimizations 16 years ago
Christoph Ruegg aa971b484c simplify silverlight support for the Serializable attribute 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
Jurgen Van Gael 510fa2c4c1 Small incremental changes. 17 years ago
Marcus Cuda 116d4c0a13 vector: fixed outer product parallel bug 17 years ago
Marcus Cuda 8f8a23e7a2 vector: corrected pointwise methods 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
Hani Medhat 85158f00d1 Added: 17 years ago
Hani Medhat 24333feeb0 Added Append, Stack, DiagonalStack, Trace to Matrix class. 17 years ago
Marcus Cuda 44bded2c7b added LA to siliverlight 17 years ago
Christoph Ruegg 722b9736c4 Numerics: udated headers (sorry for the code churn..) 17 years ago
Marcus Cuda 2b516b03e5 switched over to the 2010 Parallel class 17 years ago
Jurgen Van Gael a8b66050c0 Added vector Dot product. 17 years ago
Marcus Cuda 82b9369e87 removed unnecesary almostequals 17 years ago
Marcus Cuda ca361c5d73 vector: fixed CopyTo bug and added IEnumerable test 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 0a36643112 vector: added creatematrix method 17 years ago
Marcus Cuda 1cf455eddc add silverlight project 17 years ago
Marcus Cuda 36b0498e6d Removed AlmostZero and add reference to the NIST test data in the unit tests project 17 years ago
Marcus Cuda 1ffd3e13e6 Tweaked the parallel code, but the ForEach still performs slowly 17 years ago
Marcus Cuda 914c317157 removed GetIndexedEnumerator from Vector - will add it back to the sparse Vector 17 years ago
Marcus Cuda 960717c374 Parallel: first take on aggregate parallel methods 17 years ago
Marcus Cuda 5c2efa6c86 Vector: used Parallel.ForEach where we could 17 years ago
Marcus Cuda 85dcab23f9 Parallel: First take on Parallel.ForEach 17 years ago