Commit Graph

87 Commits

Author SHA1 Message Date
btracey
e901b24e0e Removed creation of data in SubTo 2013-08-14 17:42:30 -07:00
btracey
887de9bf20 Removed license and authors files 2013-07-29 22:16:11 -07:00
btracey
f001658936 Fixed error in dot comment 2013-07-29 22:15:24 -07:00
btracey
f35f141977 Changed NearestInSpan to NearestWithinSpan and added panic for out of range 2013-07-26 17:46:59 -07:00
btracey
bf960529ac Removed spaces in examples 2013-07-26 12:24:27 -07:00
btracey
b758b17f85 Fixed function comments 2013-07-26 12:22:26 -07:00
btracey
f06bcff3d7 Added tests for NearestInSpan 2013-07-26 12:07:00 -07:00
btracey
f6fd9bb947 Changed order of arguments of many functions. Added test for nearest 2013-07-26 11:29:05 -07:00
btracey
3e9dc87057 Changed order of signature in Nearest 2013-07-26 11:00:42 -07:00
btracey
a45071abd3 Changed order of signature in Nearest 2013-07-26 10:27:19 -07:00
btracey
260d7da58c Removed distance returned from Nearest 2013-07-26 10:25:50 -07:00
btracey
f9369ee2ae Removed comments on test min and test max 2013-07-26 10:23:53 -07:00
btracey
d2da7809bc Added copyright on files 2013-07-26 10:18:37 -07:00
btracey
47d521845e Fixed Find comment 2013-07-26 09:40:57 -07:00
btracey
58c4594eb0 Removed error type 2013-07-26 09:37:40 -07:00
btracey
c4b55c36c5 Cleaned up Nearest 2013-07-26 00:24:40 -07:00
btracey
88114f9b39 Added Nearest and NearestInSpan functions 2013-07-26 00:13:00 -07:00
btracey
91b3f10b27 Added panic comment for Span and LogSpan 2013-07-25 19:21:22 -07:00
btracey
db0b629a8e Added Count as a function 2013-07-25 19:19:11 -07:00
btracey
3e542068cc Added panic tests for Span and LogSpan 2013-07-25 18:43:29 -07:00
btracey
f7985a3d44 Removed ability to accept nil arguments 2013-07-25 18:39:45 -07:00
btracey
e3415b589f Changed generators to return the slice and to accept nil arguments 2013-07-25 18:16:19 -07:00
btracey
528c009aab Changed panics and errors to be prefaced by floats: and to be only lowercase 2013-07-25 18:01:31 -07:00
btracey
8f6a9d0753 Removed output from CumSum 2013-07-25 17:47:10 -07:00
btracey
2cf601e32d Updated godoc comments 2013-07-25 16:03:59 -07:00
btracey
239eff6beb Added in tests for panicing on length mismatch 2013-07-25 15:45:17 -07:00
btracey
58aa5a4bc8 Added length checks to functions 2013-07-25 15:24:01 -07:00
btracey
a4c1787270 Added test for panic with Add 2013-07-25 15:01:45 -07:00
btracey
5902a2db4d Changed add test, somehow branch mixup happened 2013-07-25 14:08:19 -07:00
btracey
ac030ca515 Added panic to Add and changed loop structure 2013-07-25 14:06:13 -07:00
btracey
0c478f9827 Matched CumProd behavior with rest of functions 2013-07-25 13:34:10 -07:00
btracey
afe5628b8f Changed package declaration to floats from sliceops 2013-07-25 12:52:20 -07:00
btracey
f4ded77ce3 Combined Find and FindFirst into one function 2013-07-25 12:50:00 -07:00
btracey
91bef1bc94 Changed sliceops.go to floats.go and same for _test.go 2013-07-24 10:48:26 -07:00
btracey
6d2d244901 Changed LogSumExp to be thread safe 2013-07-24 00:11:20 -07:00
btracey
22f1b393c2 Fixed error from last commit 2013-07-24 00:09:37 -07:00
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
25dc958b15 Added example for Cumprod 2013-07-19 09:18:56 -07:00
btracey
f5f551e0de Added example for Cumprod 2013-07-19 09:18:01 -07:00
btracey
8a881f32c1 Added example for AddConst 2013-07-19 09:04:41 -07:00
btracey
4984eea8d5 Change examples to be all lowercase to see if they appear in godoc 2013-07-19 08:58:36 -07:00
btracey
fb26b6240f Removed 'github.com' folder (no idea how it got there) 2013-07-19 08:48:37 -07:00
btracey
608b26604f Changed add examples to be ExampleAdd_lowercaseLetter to match testing requirement 2013-07-19 08:46:50 -07:00
btracey
a08eee5b20 Fixed add bug in test cases 2013-07-19 08:20:03 -07:00
btracey
b7c4b27fb3 Changed add method to have the first element be a slice 2013-07-18 19:30:54 -07:00