Tue, 21 May 2013 12:11:40 +0100 |
Chris Cannam |
Proper sparse*sparse multiply, more efficient makeSparse. Still loads of room for improvement, but the timings are more predictable now at least.
|
Mon, 20 May 2013 22:17:35 +0100 |
Chris Cannam |
Merge from sparse branch
|
Mon, 20 May 2013 22:17:19 +0100 |
Chris Cannam |
A reasonable sparse multiply, and a bit quicker dense one
sparse
|
Mon, 20 May 2013 18:11:44 +0100 |
Chris Cannam |
Add speed tests
sparse
|
Mon, 20 May 2013 18:11:36 +0100 |
Chris Cannam |
Sparsity is actually density
sparse
|
Mon, 20 May 2013 18:11:20 +0100 |
Chris Cannam |
Sparsity is actually density
sparse
|
Mon, 20 May 2013 16:48:44 +0100 |
Chris Cannam |
Add newSparseMatrix to api (needs test)
sparse
|
Mon, 20 May 2013 16:46:38 +0100 |
Chris Cannam |
ColMajor -> ColumnMajor
sparse
|
Mon, 20 May 2013 16:45:34 +0100 |
Chris Cannam |
Separate out thresholding from toSparse. Not entirely sure this is a good thing
sparse
|
Mon, 20 May 2013 16:22:17 +0100 |
Chris Cannam |
Add and test sparsity
sparse
|
Mon, 20 May 2013 16:01:43 +0100 |
Chris Cannam |
Fix comparator for sparse matrices; sprinkle some zeros in test data to exercise sparsity
sparse
|
Mon, 20 May 2013 15:08:14 +0100 |
Chris Cannam |
Fix sparse matrix enumerate
sparse
|
Mon, 20 May 2013 14:40:52 +0100 |
Chris Cannam |
Sparse fixes
sparse
|
Mon, 20 May 2013 14:18:14 +0100 |
Chris Cannam |
Implement sparse matrix construction, add tests for sparse matrices (currently failing)
sparse
|
Sun, 19 May 2013 22:21:47 +0100 |
Chris Cannam |
A few fixes
sparse
|
Sun, 19 May 2013 22:16:02 +0100 |
Chris Cannam |
Extract values and slices (rows, columns) from sparse matrices
sparse
|
Sun, 19 May 2013 21:13:48 +0100 |
Chris Cannam |
Sparse enumerate
sparse
|
Sun, 19 May 2013 19:16:18 +0100 |
Chris Cannam |
Embark on sparse-matrix support
sparse
|
Sun, 19 May 2013 18:42:10 +0100 |
Chris Cannam |
A more sophisticated bitdepth comparator, but something is still wrong here
|
Fri, 17 May 2013 20:24:44 +0100 |
Chris Cannam |
Plot the (first few) values and difference from the audiofile read test when they aren't within tolerance
|
Fri, 17 May 2013 17:47:09 +0100 |
Chris Cannam |
Yeti bug now fixed, closing branch that exhibited it
|
Sun, 12 May 2013 21:12:54 +0100 |
Chris Cannam |
Print out the offending channel
|
Sun, 12 May 2013 18:04:48 +0100 |
Chris Cannam |
Add vector max/min, matrix difference/abs, update audiofile ref tests
|
Sun, 12 May 2013 14:56:40 +0100 |
Chris Cannam |
This should be quicker
|
Sun, 12 May 2013 14:50:35 +0100 |
Chris Cannam |
Try comparison at file bitdepth (not working quite correctly)
|
Sun, 12 May 2013 14:50:03 +0100 |
Chris Cannam |
Add equalUnder to compare vectors or matrices using a particular number comparator
|
Sun, 12 May 2013 13:31:49 +0100 |
Chris Cannam |
More on audiofile reference tests
|
Sat, 11 May 2013 16:29:30 +0100 |
Chris Cannam |
Make delayedBy support negative delay
|