Commit Graph

6100 Commits

Author SHA1 Message Date
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
Jsor
e21bd51cf9 Updated comments a tad 2013-07-24 07:58:54 -07:00
Jsor
3f27abfdf3 Updated comments a tad 2013-07-24 07:57:26 -07:00
Jsor
39e291871c Updated comments a tad 2013-07-24 07:53:38 -07:00
Jsor
35ee3becf9 One more A* test 2013-07-24 07:36:08 -07:00
Jsor
75f2250556 Counted nodes expanded in AStar, fixed bug 2013-07-24 07:28:11 -07:00
Jsor
a342f2e9ed Fixed a stack/queue/deque bug (pointer receiever 2013-07-24 04:37:28 -07:00
Jsor
07074aa51b Fixed some bugs after testing A* 2013-07-24 04:31:11 -07:00
Jsor
f8d8e7a522 Tile graph complete, comments, tests 2013-07-24 04:00:37 -07:00
Jsor
2b1886f67d Minor changes, TileGraph skeleton 2013-07-24 02:41:11 -07:00
Jsor
ddc8ab1944 Minor changes, TileGraph skeleton 2013-07-24 02:41:07 -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
Jsor
637ff7deeb Documentation 2013-07-22 23:54:18 -07:00
Jsor
9cd0aab389 Documentation 2013-07-22 23:52:53 -07:00
Jsor
674a7f9069 Added several graph functions, deque, and disjoint set 2013-07-22 22:49:58 -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
Jsor
5441a78805 Added graph interface and skeleton methods, also deque 2013-07-22 12:29:44 -07:00
Jsor
f03b515a3f Small bug fix in diff 2013-07-22 10:08:54 -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
btracey
135f9bf92d Changed Add to match true output 2013-07-18 18:00:34 -07:00
btracey
63b5b78706 removedexamples.go 2013-07-18 17:40:53 -07:00
btracey
2277de15ef wrong name of examples.go 2013-07-18 17:40:34 -07:00
btracey
a611cdf84e Trying to get example to match godoc 2013-07-18 17:30:08 -07:00
btracey
a26feb1a53 Started adding example functions 2013-07-18 17:25:45 -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
bbe98dbd39 Added a benchmark for the dot product 2013-07-18 15:56:16 -07:00
btracey
8d59a268a6 Added test for dot product 2013-07-18 15:46:24 -07:00
btracey
e830d24036 Added dot product 2013-07-18 15:41:55 -07:00
kortschak
6fca5f3394 cblas blas implementations
These should conform to the blas package specification, and have been
tested via biogo.matrix for routines that that package is dependent on.
There has been a fair level of manual review, but the code generation is
not guaranteed to be free from interpretation errors.
2013-07-14 20:23:24 +09:30
Jsor
bc5b866689 With pointers 2013-07-14 00:23:09 -07:00
Jsor
07c401ce2c Mutex? 2013-07-13 19:34:53 -07:00
Jsor
12fc2a0bc9 Mutex? 2013-07-13 19:34:22 -07:00
Jsor
844360b2c9 Mutex? 2013-07-13 19:34:07 -07:00