Mon, 03 Mar 2014 17:02:06 +0000 |
Chris Cannam |
Comment
|
Tue, 01 Apr 2014 10:35:45 +0100 |
Chris Cannam |
Sorted, median, quantiles
|
Mon, 31 Mar 2014 14:40:47 +0100 |
Chris Cannam |
Print (some of) the stack trace when catching exception from test
|
Mon, 31 Mar 2014 14:31:56 +0100 |
Chris Cannam |
Make vector arithmetic functions throw if args are of differing lengths -- definitely makes for a higher probability of getting correct code. Also matches the matrix code, which expects args to be of the same size
|
Mon, 31 Mar 2014 10:28:42 +0100 |
Chris Cannam |
Merge
|
Mon, 31 Mar 2014 10:16:02 +0100 |
Chris Cannam |
Start on captions
|
Fri, 28 Mar 2014 13:16:12 +0000 |
Chris Cannam |
Work on minValue, maxValue, total
|
Tue, 25 Mar 2014 10:32:01 +0000 |
Chris Cannam |
tiledTo
|
Mon, 24 Mar 2014 12:14:38 +0000 |
Chris Cannam |
entryWiseProduct, another one that should have taken a list
|
Mon, 24 Mar 2014 11:50:05 +0000 |
Chris Cannam |
Make matrix sum also take a list (and add vector random)
|
Mon, 24 Mar 2014 11:23:28 +0000 |
Chris Cannam |
Add repeatedHorizontal/Vertical
|
Mon, 24 Mar 2014 09:59:27 +0000 |
Chris Cannam |
Make vector multiply take a list of vectors, not just two (in symmetry with add); slightly simplify implementations so as to return the arg unmodified if there is only one
|