Commit Graph

4896 Commits

Author SHA1 Message Date
Sonia Keys
4a55afbe49 in Dijkstra, store new cost instead of old 2014-02-01 23:18:44 -05:00
Sonia Keys
b9dd6223eb Merge branch 'tests'. Add tilegraph covergage test.
Coverage is now 99%.  Not covered is an error case that I believe is
unreachable and two non-exported functions that I believe are obsolete.
2014-02-01 14:59:53 -05:00
Sonia Keys
ae9f1581ad add tilegraph coverage test 2014-02-01 14:59:01 -05:00
Sonia Keys
cad5257b29 Merge branch 'file-rename'. Rename files for consistency. 2014-02-01 10:31:33 -05:00
Sonia Keys
41fc2c58b4 rename files for consistency 2014-02-01 10:29:54 -05:00
dane-unltd
82646cc69e Merge pull request #5 from gonum/dgbmv
It can go in.
2014-02-01 02:20:08 -08:00
Sonia Keys
f620e00b23 Merge branch 'tests'. GonumGraph coverage tests 100%. 2014-02-01 02:53:54 -05:00
Sonia Keys
781850a289 100% coverage for GonumGraph 2014-02-01 02:52:50 -05:00
Sonia Keys
f29b9a14d1 Merge branch 'bug-fix'. Fix problems noticed while coding coverage tests
for GonumGraph.
2014-02-01 02:43:42 -05:00
Sonia Keys
e424892418 Cost returns +Inf with no sucessor relationship 2014-02-01 02:30:59 -05:00
Sonia Keys
bd81476fee in EdgeList, omit reciprocal edges for undirected graphs 2014-02-01 02:00:00 -05:00
Sonia Keys
1a3f0db9fb correct Degree computation for undirected graph 2014-02-01 01:35:14 -05:00
Sonia Keys
295eb07e10 in Neighbors(), correct map index for testing predecessors 2014-02-01 00:15:01 -05:00
Sonia Keys
23814f9c30 Merge branch 'tests' A start on a coverage test for GonumGraph. 2014-01-31 18:24:14 -05:00
Sonia Keys
cd3173aa29 coverage test. wip. 2014-01-31 18:22:32 -05:00
David Neumann
ec299f67e7 have to swap kU and kL for RowMajor 2014-02-01 00:20:05 +01:00
Sonia Keys
3fe31ab3f7 Merge branch 'bug-fix' Three bugs found while testing. 2014-01-31 18:04:18 -05:00
David Neumann
0e8152a61f finished Dgbmv 2014-01-31 23:55:45 +01:00
Sonia Keys
78f97c6539 make slices with 0 length 2014-01-31 17:27:59 -05:00
David Neumann
b695938a4e Starting to work on Dgbmv 2014-01-31 22:05:07 +01:00
Sonia Keys
1e965ed025 correct sense of test for existing node 2014-01-31 15:49:10 -05:00
Sonia Keys
d78e21dc8d initialize nodeMap in NewGonumGraph and NewPreAllocatedGonumGraph 2014-01-31 13:10:53 -05:00
dane-unltd
029d8fd569 fixed travis link 2014-01-31 10:32:00 +01:00
dane
464dbfb4e5 Added .travis.yml and README 2014-01-31 10:30:38 +01:00
Sonia Keys
185452fce2 split into new packages 2014-01-31 02:41:45 -05:00
Sonia Keys
215626ee40 only build master branch 2014-01-31 02:30:23 -05:00
Sonia Keys
9d7ceafb77 Comment out failing DStarLite test.
Test commented to allow build to pass.
Issue 2 opened.  https://github.com/gonum/graph/issues/2
2014-01-30 23:42:09 -05:00
btracey
726d1e42c3 completed dgemm implementation 2014-01-29 18:26:46 -08:00
btracey
a6c1e5cc59 Corrected fill method to make function call 2014-01-29 15:56:57 -08:00
btracey
7e8922122e Added Fill function 2014-01-29 15:55:57 -08:00
David Neumann
da2378864e added dqr 2014-01-29 21:25:01 +01:00
btracey
68d776da5d Fixed bad order argument in lda test for gemv 2014-01-29 11:21:57 -08:00
btracey
8a5a932201 Fixed test for lda panic 2014-01-29 11:19:10 -08:00
btracey
492c9f4e33 Fixed poor lda check 2014-01-29 11:16:52 -08:00
btracey
49af6d0d8f Started implementing dgemm for referenceblas 2014-01-29 01:25:59 -08:00
btracey
b6a1f94463 Improved tests for dger 2014-01-29 00:36:37 -08:00
btracey
86939abea4 Merge branch 'master' of https://github.com/gonum/blas 2014-01-28 22:43:46 -08:00
btracey
1ba233dc2e moved dgemv test to its own file 2014-01-28 17:58:09 -08:00
btracey
90d5e0d52c Added aux file for testing and moved other functions there 2014-01-28 17:57:00 -08:00
kortschak
1b91af2f29 Validate transpose flags
This code existed, but a debugging next; was in the the way.
2014-01-29 09:06:03 +10:30
kortschak
65c42e0c29 go fmt 2014-01-29 09:05:42 +10:30
btracey
0cb246a05c formatting fixes 2014-01-28 12:48:25 -08:00
btracey
6018bd0bf3 removed TODO comment 2014-01-28 12:42:42 -08:00
btracey
0249db29c3 added many more tests to gemv 2014-01-28 12:38:01 -08:00
btracey
e4539ca012 Fixed float64 reltol to handle negative floats 2014-01-28 12:37:07 -08:00
btracey
cbfa6a6296 Fixed bad call to Dscal 2014-01-28 12:19:47 -08:00
btracey
8cd65a1842 Added some tests for negative indexes 2014-01-28 12:18:56 -08:00
btracey
755ce2146c Added col major to Dgemv and greatly improved tests 2014-01-28 11:30:44 -08:00
David Neumann
20313fb406 fixed import paths 2014-01-27 08:58:26 +01:00
David Neumann
6b31ce2cf5 initial commit 2014-01-27 08:55:37 +01:00