Thu, 23 May 2013 13:34:27 +0100 |
Chris Cannam |
Further tests and fixes
|
Thu, 23 May 2013 13:21:05 +0100 |
Chris Cannam |
Window fixes and tests
|
Thu, 23 May 2013 11:21:30 +0100 |
Chris Cannam |
transform/window -> signal/window
|
Thu, 23 May 2013 11:20:15 +0100 |
Chris Cannam |
Window functions: make symmetric/periodic an option
|
Wed, 22 May 2013 22:19:48 +0100 |
Chris Cannam |
Fix window functions. We need tests for these.
|
Wed, 22 May 2013 15:02:17 +0100 |
Chris Cannam |
Implement and test sparse resizedTo; some tidying
|
Wed, 22 May 2013 13:54:15 +0100 |
Chris Cannam |
Rename and reorder args of at and slice functions in matrix and vector for consistency with std module equivalents
|
Wed, 22 May 2013 09:22:10 +0100 |
Chris Cannam |
Make concat also return sparse when all its inputs are sparse
|
Wed, 22 May 2013 08:56:51 +0100 |
Chris Cannam |
Replace matrix thresholded with a more general filter function that works for sparse matrices too
|
Tue, 21 May 2013 22:37:28 +0100 |
Chris Cannam |
Make sum, difference, scaled and abs use sparse operations and return sparse matrices if all inputs are sparse
|
Tue, 21 May 2013 22:36:39 +0100 |
Chris Cannam |
Implement add, subtract, scaled, abs
|
Tue, 21 May 2013 21:58:34 +0100 |
Chris Cannam |
Add general enumerate, ensure zeros fed in to makeSparse are not retained in non-zero lists; test
|