791 Commits (f55e0b847c6fa5c985fa5d1471c7b68d185a1edf)
 

Author SHA1 Message Date
Alexander Karatarakis f55e0b847c [SymmetricMatrix] Change Transpose() to return "this.Clone()" instead of "this" 14 years ago
Alexander Karatarakis 62d7e357f4 [SymmetricMatrix] Override Insert/SetRow/Column 14 years ago
Alexander Karatarakis 12bd8e8827 Fix bug in SymmetricDenseMatrix.CreateMatrix() 14 years ago
Alexander Karatarakis 3a31d49309 Add more tests 14 years ago
Alexander Karatarakis 815c0e795d Add tests 14 years ago
Alexander Karatarakis 02526e814d Fixes from Unit Tests 14 years ago
Alexander Karatarakis 7cebb6ea79 Add SymmetricDenseMatrixTests 14 years ago
Alexander Karatarakis 36fe86a1f5 Add SymmetricMatrixTests 14 years ago
Alexander Karatarakis 1793a674ff Add SymmetricDenseMatrix and tweak the storage 14 years ago
Alexander Karatarakis 58d5b00883 Add new abstract matrix: SymmetricMatrix. Also move Square matrix to Double 14 years ago
Alexander Karatarakis e774bf4be4 Add new abstract class: SquareMatrix 14 years ago
Alexander Karatarakis c606b329b8 Add SymmetricMatrixStorage 14 years ago
Alexander Karatarakis 767f8a8e9b [IStorageIndexer] Rename methods from IndexOf() to Of() 14 years ago
Alexander Karatarakis 708a4d3820 Add new class: DenseColumnMajorSymmetricMatrixStorage 14 years ago
Alexander Karatarakis 3d22fa59fe Add new class: PackedStorageIndexerUpper 14 years ago
Alexander Karatarakis 18b5790a7c Add new abstract class: PackedStorageIndexer 14 years ago
Alexander Karatarakis d1e4fd9a5a Add new abstract class: StaticStorageIndexer 14 years ago
Alexander Karatarakis 363793d9cb Add new interface: IStorageIndexer 14 years ago
Christoph Ruegg 9551a0b49c Add missing build flag in F# portable debug config 14 years ago
Christoph Ruegg 43412dfee9 Clean up old SL4 projects 14 years ago
Christoph Ruegg 7a967df1ad Build: clean up libs & NuGet 14 years ago
Marcus Cuda 0c1b688a62 added the 'optimized' version of Multiply(scale) from Double.SparseVector to the other three SparseVectors 14 years ago
Marcus Cuda ad97f31b72 trimmed result array so that result._nonZeroValues only contains NonZeroCount elements instead of _nonZeroValues.Length 14 years ago
Marcus Cuda 689ecea716 fix for issue #52 14 years ago
Marcus Cuda 1f51db7325 updated MKL reference to newest version 14 years ago
Marcus Cuda 600168de67 fixed delete bug codeplex bug 5701 14 years ago
Christoph Ruegg 8263ad73ec Portable: add support for WP8 14 years ago
Christoph Ruegg 041bbd9b82 Proper NuGet 2.1 portable lib support for both Numerics and .FSharp packages (instead of .Portable extra packages) 14 years ago
Christoph Ruegg e9925e2116 Tests: fix failing unit tests (MT-rng fix side effect) 14 years ago
Christoph Ruegg a13e3794ae Upgrade NuGet to v2.1 14 years ago
Christoph Ruegg 8e1102c2f4 Upgrade F# projects to F# 3.0 14 years ago
Christoph Ruegg 62fd11244d Portable F# extensions project (via cpoulain) 14 years ago
Christoph Ruegg 97ddfd2c83 Merge pull request #51 from cuda/issue_41 14 years ago
Marcus Cuda cdc5df499f changed range to [0,1) and updated tests 14 years ago
Tomas Petricek cc802b5ed1 Adding GetSlice extensions to matrix and vector types 14 years ago
bstrausser 07667bda35 Fixes incorrect matrix foldback 14 years ago
Christoph Ruegg 2b204badd7 LA Storage: add dense vector storage 14 years ago
Christoph Ruegg 4e7d54b2da LA Storage: add vector storage base 14 years ago
Christoph Ruegg d04790bc2d Build: fix signed nuget msbuild project 14 years ago
Christoph Ruegg f8792b77f4 Dist: StudentT density more robust for very large degrees of freedom #44 14 years ago
Christoph Ruegg 2fa4232f64 Build: new 'Release-Signed' profile for signing assemblies (strong name) 14 years ago
Christoph Ruegg 5264d178d8 LA: sparse implementation of Kroenecker product 14 years ago
Christoph Ruegg d47895aeaf LA: storage implementations should be public for advanced user extensibility 14 years ago
Christoph Ruegg 1456e7508c DescriptiveStatistics: doc variance/stdev unbiased (N+1) #43 14 years ago
Christoph Ruegg 7a11a74476 Random: SystemCrypto should be disposable 14 years ago
Christoph Ruegg 4099fa98f5 LA: drop .Raw 14 years ago
Christoph Ruegg e0ad631665 LA: Stacking 14 years ago
Christoph Ruegg c6d35b3ecd LA: SubMatrix 14 years ago
Christoph Ruegg e38acb03a0 LA: validate strorage ctors, fix tests 14 years ago
Christoph Ruegg b413ac5b21 LA: simplify matrix equality 14 years ago