Commit Graph

34 Commits

Author SHA1 Message Date
btracey
7fac45e6a9 Changed name of output of LogSumExp 2013-07-24 00:09:10 -07:00
btracey
8f745d43d4 Changed Eqlen to EqLen 2013-07-23 23:54:12 -07:00
btracey
8e17fa4e3a Changed Linspace and Logspace to Span and LogSpan, fixed capitalization issues with BenchmarkLogsumexp 2013-07-23 23:42:45 -07:00
btracey
2baac5a098 Added capitals in function signatures 2013-07-23 23:34:45 -07:00
btracey
4601506cce Changed ApplyFunc to Apply, fixed Cumsum example 2013-07-22 16:57:44 -07:00
btracey
71768457d8 test commit for new gonum repository 2013-07-22 16:47:04 -07:00
btracey
b7c4b27fb3 Changed add method to have the first element be a slice 2013-07-18 19:30:54 -07:00
btracey
948dac9918 Added comments for error type 2013-07-18 16:11:50 -07:00
btracey
3ebc707c26 Began process of making sliceops godoc compatible 2013-07-18 16:09:28 -07:00
btracey
e830d24036 Added dot product 2013-07-18 15:41:55 -07:00
btracey
d3c5bf7762 Changed receiver to dst 2013-07-13 17:08:53 -07:00
btracey
8ea99e46ee Fixed a couple of typos 2013-06-05 19:32:44 -07:00
btracey
fd4ca8752d Added tests for all the functions 2013-06-05 19:02:57 -07:00
btracey
c0adf91573 Added ApplyFunc, couple of other minor changes 2013-06-05 17:13:37 -07:00
btracey
8733cc651d Changed function order to be alphabetical 2013-06-05 16:45:40 -07:00
btracey
590f22410f Fixed tests 2013-06-05 16:41:52 -07:00
btracey
ee4efd58d5 Fixed typos 2013-06-05 16:34:31 -07:00
btracey
53d16403a8 Changed capitalization 2013-06-05 16:31:20 -07:00
btracey
bd41552566 fixed some minor issues, changed capitalization 2013-06-05 16:31:09 -07:00
btracey
f8a6bb6a35 Changed name from MulConst to Scale 2013-05-17 01:21:49 -07:00
btracey
9961439200 Added Find 2013-05-17 01:15:00 -07:00
btracey
328f51212c Previous revision also removed the return arguments of float slices 2013-05-17 01:04:12 -07:00
btracey
6303395330 Added linspace and logspace functions 2013-05-17 01:03:15 -07:00
btracey
d346951aeb Added LogSumExp 2013-05-17 00:46:55 -07:00
btracey
5c7142f658 Added Norm function 2013-05-17 00:32:51 -07:00
btracey
2f29c868b1 Fixed error in cumprod code. Added test for cumprod 2013-05-17 00:13:35 -07:00
btracey
b2c4f68fd6 Added cumprod function. Fixed error in CumSum 2013-05-17 00:11:39 -07:00
btracey
f205572009 Added Eq function and added test for CumSum 2013-05-17 00:06:18 -07:00
btracey
806acb4154 Test for Prod added 2013-05-16 23:50:09 -07:00
btracey
fae9dcf298 Switched receiver and slice order in cumsum and added check for nil receiver 2013-05-16 14:58:23 -07:00
btracey
f0e1850882 Added CumSum 2013-05-16 00:42:26 -07:00
btracey
bb5b207470 Added prod, HasEqLen and ElemSum 2013-05-16 00:36:01 -07:00
btracey
251a494a79 Added sum 2013-05-16 00:14:56 -07:00
btracey
563cf6d5bd Added min and max 2013-05-16 00:11:04 -07:00