Commit Graph

4896 Commits

Author SHA1 Message Date
Jragonmiris
f0e9979546 Updated .travis 2013-07-30 07:12:50 -07:00
Jragonmiris
850a593be3 Added travis-ci script 2013-07-30 07:07:20 -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
kortschak
fa3895da17 Licensing files have moved to gonum/license 2013-07-30 13:14:39 +09:30
Jragonmiris
2f99b80b4e Initial commit/rounded up all people listed in at least one AUTHORS or CONTRIBUTORS file 2013-07-29 20:29:03 -07:00
kortschak
be89427318 Fix numerous shape checking errors
Initial error pointed to by David Neumann, so went on a hunt. Still no
guarantees.
2013-07-30 11:02:36 +09:30
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
Jsor
f85d20e261 Comments 2013-07-25 14:26:22 -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
Jsor
cbd7f2735e Fixed IsPath 2013-07-25 09:35:34 -07:00
Jsor
ef09c522a8 Added Tarjan's Strongly Connected Components algorithm 2013-07-25 09:15:52 -07:00
Jsor
89daac8a86 Documentation updates 2013-07-25 08:40:43 -07:00
Jsor
d14f6b028d Fixed GonumGraph 2013-07-25 05:37:32 -07:00
Jsor
77f5976ed2 Fixed full connection test 2013-07-25 05:35:19 -07:00
Jsor
bf998eb8e5 Removed vertex set from GonumGraph, it was superfluous 2013-07-25 05:19:18 -07:00
Jsor
2c6094861d Decided to force HeuristicCoster to implement Coster 2013-07-25 04:57:20 -07:00
Jsor
bc66867a55 Added Johnson's Algorithm 2013-07-25 04:41:30 -07:00
Jsor
1b5eb671b2 Removed junk file 2013-07-25 03:37:54 -07:00
Jsor
6c8fb97ec7 Splitted searches into their own file 2013-07-25 03:37:13 -07:00
Jsor
4c7f8d16f2 (Finally) Added Dijkstra's and Bellman-Ford 2013-07-25 03:33:38 -07:00
btracey
91bef1bc94 Changed sliceops.go to floats.go and same for _test.go 2013-07-24 10:48:26 -07:00