... | ... |
@@ -56,5 +56,12 @@ |
56 | 56 |
^src/math/MatrixMath.o |
57 | 57 |
^src/math/Random.o |
58 | 58 |
^src/math/VectorMath.o |
59 |
+^src/atomic/Atom.o |
|
60 |
+^src/atomic/ConcurrentAtom.o |
|
61 |
+^src/atomic/ConcurrentAtomicDomain.o |
|
62 |
+^src/file_parser/CharacterDelimitedParser.o |
|
63 |
+^src/file_parser/MatrixElement.o |
|
64 |
+^src/gibbs_sampler/DenseNormalModel.o |
|
65 |
+^src/gibbs_sampler/SparseNormalModel.o |
|
59 | 66 |
|
60 | 67 |
^src/math/VectorMath\.o$ |
... | ... |
@@ -20,28 +20,8 @@ |
20 | 20 |
^src/GapsStatistics.o |
21 | 21 |
^src/RcppExports.o |
22 | 22 |
^src/test-runner.o |
23 |
-^src/atomic/AtomAllocator.o |
|
24 | 23 |
^src/atomic/AtomicDomain.o |
25 | 24 |
^src/atomic/ProposalQueue.o |
26 |
-^src/data_structures/HashSets.o |
|
27 |
-^src/data_structures/HybridMatrix.o |
|
28 |
-^src/data_structures/HybridVector.o |
|
29 |
-^src/data_structures/Matrix.o |
|
30 |
-^src/data_structures/SparseIterator.o |
|
31 |
-^src/data_structures/SparseMatrix.o |
|
32 |
-^src/data_structures/SparseVector.o |
|
33 |
-^src/data_structures/Vector.o |
|
34 |
-^src/file_parser/CsvParser.o |
|
35 |
-^src/file_parser/GctParser.o |
|
36 |
-^src/file_parser/FileParser.o |
|
37 |
-^src/file_parser/TsvParser.o |
|
38 |
-^src/file_parser/MtxParser.o |
|
39 |
-^src/gibbs_sampler/DenseGibbsSampler.o |
|
40 |
-^src/gibbs_sampler/SparseGibbsSampler.o |
|
41 |
-^src/math/Math.o |
|
42 |
-^src/math/MatrixMath.o |
|
43 |
-^src/math/Random.o |
|
44 |
-^src/math/VectorMath.o |
|
45 | 25 |
^src/cpp_tests/testAtomicDomain.o |
46 | 26 |
^src/cpp_tests/testDenseGibbsSampler.o |
47 | 27 |
^src/cpp_tests/testFileParsers.o |
... | ... |
@@ -56,6 +36,25 @@ |
56 | 36 |
^src/cpp_tests/testSparseMatrix.o |
57 | 37 |
^src/cpp_tests/testSparseVector.o |
58 | 38 |
^src/cpp_tests/testVector.o |
39 |
+^src/data_structures/HashSets.o |
|
40 |
+^src/data_structures/HybridMatrix.o |
|
41 |
+^src/data_structures/HybridVector.o |
|
42 |
+^src/data_structures/Matrix.o |
|
43 |
+^src/data_structures/SparseIterator.o |
|
44 |
+^src/data_structures/SparseMatrix.o |
|
45 |
+^src/data_structures/SparseVector.o |
|
46 |
+^src/data_structures/Vector.o |
|
47 |
+^src/file_parser/CsvParser.o |
|
48 |
+^src/file_parser/GctParser.o |
|
49 |
+^src/file_parser/FileParser.o |
|
50 |
+^src/file_parser/TsvParser.o |
|
51 |
+^src/file_parser/MtxParser.o |
|
59 | 52 |
^src/gibbs_sampler/AlphaParameters.o |
60 | 53 |
^src/gibbs_sampler/DenseStoragePolicy.o |
61 | 54 |
^src/gibbs_sampler/SparseStoragePolicy.o |
55 |
+^src/math/Math.o |
|
56 |
+^src/math/MatrixMath.o |
|
57 |
+^src/math/Random.o |
|
58 |
+^src/math/VectorMath.o |
|
59 |
+ |
|
60 |
+^src/math/VectorMath\.o$ |
... | ... |
@@ -55,4 +55,7 @@ |
55 | 55 |
^src/cpp_tests/testSparseIterator.o |
56 | 56 |
^src/cpp_tests/testSparseMatrix.o |
57 | 57 |
^src/cpp_tests/testSparseVector.o |
58 |
-^src/cpp_tests/testVector.o |
|
59 | 58 |
\ No newline at end of file |
59 |
+^src/cpp_tests/testVector.o |
|
60 |
+^src/gibbs_sampler/AlphaParameters.o |
|
61 |
+^src/gibbs_sampler/DenseStoragePolicy.o |
|
62 |
+^src/gibbs_sampler/SparseStoragePolicy.o |
... | ... |
@@ -12,33 +12,46 @@ |
12 | 12 |
^.git |
13 | 13 |
|
14 | 14 |
^src/Makevars((?!\.in)) |
15 |
-^src/AtomicDomain.o |
|
16 | 15 |
^src/Cogaps.o |
16 |
+^src/GapsParameters.o |
|
17 |
+^src/GapsResult.o |
|
17 | 18 |
^src/GapsRunner.o |
18 | 19 |
^src/GapsStatistics.o |
19 |
-^src/GibbsSampler.o |
|
20 |
-^src/ProposalQueue.o |
|
21 | 20 |
^src/RcppExports.o |
22 | 21 |
^src/test-runner.o |
22 |
+^src/atomic/AtomAllocator.o |
|
23 |
+^src/atomic/AtomicDomain.o |
|
24 |
+^src/atomic/ProposalQueue.o |
|
23 | 25 |
^src/data_structures/HashSets.o |
26 |
+^src/data_structures/HybridMatrix.o |
|
27 |
+^src/data_structures/HybridVector.o |
|
24 | 28 |
^src/data_structures/Matrix.o |
29 |
+^src/data_structures/SparseIterator.o |
|
30 |
+^src/data_structures/SparseMatrix.o |
|
31 |
+^src/data_structures/SparseVector.o |
|
25 | 32 |
^src/data_structures/Vector.o |
26 |
-^src/file_parser/FileParser.o |
|
27 | 33 |
^src/file_parser/CsvParser.o |
28 | 34 |
^src/file_parser/GctParser.o |
35 |
+^src/file_parser/FileParser.o |
|
29 | 36 |
^src/file_parser/TsvParser.o |
30 | 37 |
^src/file_parser/MtxParser.o |
31 |
-^src/math/Algorithms.o |
|
38 |
+^src/gibbs_sampler/DenseGibbsSampler.o |
|
39 |
+^src/gibbs_sampler/SparseGibbsSampler.o |
|
32 | 40 |
^src/math/Math.o |
41 |
+^src/math/MatrixMath.o |
|
33 | 42 |
^src/math/Random.o |
34 |
-^src/math/SIMD.o |
|
35 |
-^src/cpp_tests/testAlgorithms.o |
|
43 |
+^src/math/VectorMath.o |
|
36 | 44 |
^src/cpp_tests/testAtomicDomain.o |
37 |
-^src/cpp_tests/testEfficientSets.o |
|
45 |
+^src/cpp_tests/testDenseGibbsSampler.o |
|
38 | 46 |
^src/cpp_tests/testFileParsers.o |
39 |
-^src/cpp_tests/testGapsRunner.o |
|
40 |
-^src/cpp_tests/testGibbsSampler.o |
|
47 |
+^src/cpp_tests/testHashSets.o |
|
48 |
+^src/cpp_tests/testHybridMatrix.o |
|
49 |
+^src/cpp_tests/testHybridVector.o |
|
41 | 50 |
^src/cpp_tests/testMatrix.o |
42 |
-^src/cpp_tests/testProposalQueue.o |
|
43 | 51 |
^src/cpp_tests/testRandom.o |
44 |
-^src/cpp_tests/testSerialization.o |
|
45 | 52 |
\ No newline at end of file |
53 |
+^src/cpp_tests/testSerialization.o |
|
54 |
+^src/cpp_tests/testSparseGibbsSampler.o |
|
55 |
+^src/cpp_tests/testSparseIterator.o |
|
56 |
+^src/cpp_tests/testSparseMatrix.o |
|
57 |
+^src/cpp_tests/testSparseVector.o |
|
58 |
+^src/cpp_tests/testVector.o |
|
46 | 59 |
\ No newline at end of file |
... | ... |
@@ -11,6 +11,7 @@ |
11 | 11 |
|
12 | 12 |
^.git |
13 | 13 |
|
14 |
+^src/Makevars((?!\.in)) |
|
14 | 15 |
^src/AtomicDomain.o |
15 | 16 |
^src/Cogaps.o |
16 | 17 |
^src/GapsRunner.o |
... | ... |
@@ -19,6 +20,7 @@ |
19 | 20 |
^src/ProposalQueue.o |
20 | 21 |
^src/RcppExports.o |
21 | 22 |
^src/test-runner.o |
23 |
+^src/data_structures/HashSets.o |
|
22 | 24 |
^src/data_structures/Matrix.o |
23 | 25 |
^src/data_structures/Vector.o |
24 | 26 |
^src/file_parser/FileParser.o |
... | ... |
@@ -29,6 +31,7 @@ |
29 | 31 |
^src/math/Algorithms.o |
30 | 32 |
^src/math/Math.o |
31 | 33 |
^src/math/Random.o |
34 |
+^src/math/SIMD.o |
|
32 | 35 |
^src/cpp_tests/testAlgorithms.o |
33 | 36 |
^src/cpp_tests/testAtomicDomain.o |
34 | 37 |
^src/cpp_tests/testEfficientSets.o |
... | ... |
@@ -9,6 +9,8 @@ |
9 | 9 |
^inst/profiling/ |
10 | 10 |
^inst/vignettes/ |
11 | 11 |
|
12 |
+^.git |
|
13 |
+ |
|
12 | 14 |
^src/AtomicDomain.o |
13 | 15 |
^src/Cogaps.o |
14 | 16 |
^src/GapsRunner.o |
... | ... |
@@ -19,6 +21,7 @@ |
19 | 21 |
^src/test-runner.o |
20 | 22 |
^src/data_structures/Matrix.o |
21 | 23 |
^src/data_structures/Vector.o |
24 |
+^src/file_parser/FileParser.o |
|
22 | 25 |
^src/file_parser/CsvParser.o |
23 | 26 |
^src/file_parser/TsvParser.o |
24 | 27 |
^src/file_parser/MtxParser.o |
... | ... |
@@ -32,4 +32,5 @@ |
32 | 32 |
^src/cpp_tests/testGibbsSampler.o |
33 | 33 |
^src/cpp_tests/testMatrix.o |
34 | 34 |
^src/cpp_tests/testProposalQueue.o |
35 |
-^src/cpp_tests/testRandom.o |
|
36 | 35 |
\ No newline at end of file |
36 |
+^src/cpp_tests/testRandom.o |
|
37 |
+^src/cpp_tests/testSerialization.o |
|
37 | 38 |
\ No newline at end of file |
... | ... |
@@ -9,17 +9,27 @@ |
9 | 9 |
^inst/profiling/ |
10 | 10 |
^inst/vignettes/ |
11 | 11 |
|
12 |
-^src/Algorithms.o |
|
13 |
-^src/AtomicSupport.o |
|
12 |
+^src/AtomicDomain.o |
|
14 | 13 |
^src/Cogaps.o |
14 |
+^src/GapsRunner.o |
|
15 |
+^src/GapsStatistics.o |
|
15 | 16 |
^src/GibbsSampler.o |
16 |
-^src/Matrix.o |
|
17 |
-^src/Random.o |
|
17 |
+^src/ProposalQueue.o |
|
18 | 18 |
^src/RcppExports.o |
19 | 19 |
^src/test-runner.o |
20 |
+^src/data_structures/Matrix.o |
|
21 |
+^src/data_structures/Vector.o |
|
22 |
+^src/file_parser/CsvParser.o |
|
23 |
+^src/file_parser/TsvParser.o |
|
24 |
+^src/file_parser/MtxParser.o |
|
25 |
+^src/math/Algorithms.o |
|
26 |
+^src/math/Random.o |
|
20 | 27 |
^src/cpp_tests/testAlgorithms.o |
21 |
-^src/cpp_tests/testAtomicSupport.o |
|
28 |
+^src/cpp_tests/testAtomicDomain.o |
|
29 |
+^src/cpp_tests/testEfficientSets.o |
|
30 |
+^src/cpp_tests/testFileParsers.o |
|
31 |
+^src/cpp_tests/testGapsRunner.o |
|
22 | 32 |
^src/cpp_tests/testGibbsSampler.o |
23 | 33 |
^src/cpp_tests/testMatrix.o |
24 |
-^src/cpp_tests/testRandom.o |
|
25 |
-^src/cpp_tests/testSerialization.o |
|
26 | 34 |
\ No newline at end of file |
35 |
+^src/cpp_tests/testProposalQueue.o |
|
36 |
+^src/cpp_tests/testRandom.o |
|
27 | 37 |
\ No newline at end of file |
... | ... |
@@ -4,5 +4,22 @@ |
4 | 4 |
^\.astylerc$ |
5 | 5 |
^.*\.Rproj$ |
6 | 6 |
^\.Rproj\.user$ |
7 |
+ |
|
7 | 8 |
^inst/benchmarks/ |
8 |
-^inst/profiling/ |
|
9 | 9 |
\ No newline at end of file |
10 |
+^inst/profiling/ |
|
11 |
+^inst/vignettes/ |
|
12 |
+ |
|
13 |
+^src/Algorithms.o |
|
14 |
+^src/AtomicSupport.o |
|
15 |
+^src/Cogaps.o |
|
16 |
+^src/GibbsSampler.o |
|
17 |
+^src/Matrix.o |
|
18 |
+^src/Random.o |
|
19 |
+^src/RcppExports.o |
|
20 |
+^src/test-runner.o |
|
21 |
+^src/cpp_tests/testAlgorithms.o |
|
22 |
+^src/cpp_tests/testAtomicSupport.o |
|
23 |
+^src/cpp_tests/testGibbsSampler.o |
|
24 |
+^src/cpp_tests/testMatrix.o |
|
25 |
+^src/cpp_tests/testRandom.o |
|
26 |
+^src/cpp_tests/testSerialization.o |
|
10 | 27 |
\ No newline at end of file |