31 Commits (4f207c2fc96f30ac08df882442d86f38589bb5df)

Author SHA1 Message Date
Christoph Ruegg 4f207c2fc9 LA Storage: drop redundant CopyTo overrides 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 2bf58e0c61 LA Storage: diagonal sub matrix 14 years ago
Christoph Ruegg 34d0d4d4f8 LA Storage: CopyTo 14 years ago
Christoph Ruegg 29471df102 LA Storage: this = range checked, At = not checked 14 years ago
Christoph Ruegg 95ab1d161b LA Storage: sparse matrix storage 14 years ago
Christoph Ruegg da88833216 LA Storage: dense matrix get/set submatrix (perf, dedupl) 14 years ago
Christoph Ruegg 16414ce904 Perf: override CopyTo for all linear algebra types 14 years ago
Christoph Ruegg 386fb36bfc Solution: Replace Silverlight with Portable library 15 years ago
Andrew Kazyrevich 622e5277f3 Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before). 15 years ago
Marcus Cuda 820cba83cd added support for large sparse matrices with less than int.MaxValue non-zero elelements, work items: 5688 16 years ago
Marcus Cuda 089544a1f6 added missing Serializable attributes. work item:5683 16 years ago
Marcus Cuda d2a96e1f16 fixed sparse matrix Submatrix bug. work item: 5671 16 years ago
Marcus Cuda eeede6d89e fixed sparse matrix addition and subtraction bug. work item: 5666 16 years ago
Marcus Cuda 408184da78 corrected or added operators to sparse/dense vectos/matrices 16 years ago
Marcus Cuda 2dd9bb7555 added a IsSymmetric property to the matrix interface and an optimized version for sparse matrices. work item: 5653 16 years ago
Marcus Cuda 2cf99d8184 commented out CommonParallel.Aggregate modified the affected code 16 years ago
Marcus Cuda 407ba19669 sparse matrix is no longer thread safe to improve performance 16 years ago
Marcus Cuda 9b72b71ebf sparse vector optimizations 16 years ago
Marcus Cuda e9ab742b6e added new constructor to sparse matrix that takes a matrix. Replaced new SparseMatrix(matrix.ToArray()) calls with it 16 years ago
Marcus Cuda 9c18123e6b Added matrix indexed enumerator 16 years ago
Marcus Cuda 289dad9181 removed redundant copyto's 16 years ago
Marcus Cuda fc6b50ad3b bug: added missing leftmultiply fix that was dropped during the last merge 16 years ago
Marcus Cuda 8969df0b72 bug: added fix to other data types 16 years ago
Marcus Cuda ad8f72295a doc: fixed xml doc errors and updated SHFB config 16 years ago
Marcus Cuda 9bf22ea011 opt: merged Andriy's changes to reuse vector and matrices instead of creating new ones 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
Jurgen Van Gael 1b603eb841 Some small documentation changes. 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 c62ba47988 merged Andriy's sparse optimizations 16 years ago
Marcus Cuda a6572fa189 sparse: merge Andriy's additions 17 years ago
Marcus Cuda 3576ba3404 added missing files 17 years ago