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 |
Christoph Ruegg
|
b18580832f
|
LA: simplify copy ctors, depreciate usage of .Raw property
|
14 years ago |
Christoph Ruegg
|
62d59e8c7d
|
Portable: update portable project
|
14 years ago |
Christoph Ruegg
|
6f122ed0b6
|
LA: avoid some redundant range checks (perf)
|
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 |
manyue
|
40b28de379
|
Implementation of Hybrid Monte Carlo #37
|
14 years ago |
manyue
|
2e8bfe21c7
|
Merge remote-tracking branch 'origin/master' into HybridMC
|
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
|
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
|
3fd92a7e1d
|
LA Storage: IMatrixStorage
|
14 years ago |
Christoph Ruegg
|
2bf58e0c61
|
LA Storage: diagonal sub matrix
|
14 years ago |
Christoph Ruegg
|
bd7a3632e8
|
LA: diagonal matrix mult should choose sensible result storage
|
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
|
5f834765c9
|
LA Storage: At (get/set) delegated to storage
|
14 years ago |
Christoph Ruegg
|
44c811bea3
|
LA Storage: diagonal matrix storage
|
14 years ago |
manyue
|
646c62bfd6
|
Issue #35 Diagonal Matrix SubMatrix bug fix
(cherry picked from commit fc2b42c673e847311cb48538f83955c1caaccf09)
|
14 years ago |
Christoph Ruegg
|
916bd1b785
|
LA: Unit test to confirm issue #35
|
14 years ago |
Christoph Ruegg
|
fbc2ad080a
|
LA Storage: update Portable project
|
14 years ago |
Christoph Ruegg
|
da88833216
|
LA Storage: dense matrix get/set submatrix (perf, dedupl)
|
14 years ago |
Christoph Ruegg
|
8e8f7704bb
|
LA Storage: dense matrix storage (perf, deduplication)
|
14 years ago |
Christoph Ruegg
|
16414ce904
|
Perf: override CopyTo for all linear algebra types
|
14 years ago |
Christoph Ruegg
|
2fd5f6aaac
|
Portable: Union for better double-long conversion perf
|
14 years ago |
Christoph Ruegg
|
d466902c87
|
Random: Palf should forward threadSafe to MersenneTwister
Reported by pleitch at http://mathnetnumerics.codeplex.com/workitem/5714
|
14 years ago |
Christoph Ruegg
|
54f90ebb94
|
Revert "Fixed the reciprocal value."
For investigation - breaks 3 unit tests
This reverts commit d0db8f1b32.
|
14 years ago |
manyue
|
ecaaeb2af6
|
One Pass Statistics
(cherry picked from commit 005fba9c76)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
14 years ago |
Kosei ABE
|
d0db8f1b32
|
Fixed the reciprocal value.
(cherry picked from commit d28a6fd84e)
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
14 years ago |
Christoph Ruegg
|
1cf48bf743
|
Portable: cosmetics
|
14 years ago |
manyue
|
42a15a6348
|
One pass online statistics
|
14 years ago |