Commit Graph

4896 Commits

Author SHA1 Message Date
Jsor
ba4d26995b Merge branch 'master' into tests 2014-02-04 17:30:55 -07:00
Jsor
40559782fc Scrubbed DStar from main branch 2014-02-04 17:30:44 -07:00
Jsor
39b00cad7f Added TestSmallAStar back in for development 2014-02-04 17:27:26 -07:00
Jsor
a06201b9d1 Commented out non-working test for merge 2014-02-04 17:24:18 -07:00
Jsor
1b0dd7c3d8 Changed Fatal to Error in TestSmallAStar -- it lets us see all paths that go wrong instead of just the first one 2014-02-04 17:12:09 -07:00
Jsor
89d22f3c3e Does some work on #3, now gets A correct path but not THE correct path 2014-02-04 16:47:00 -07:00
dane-unltd
d7430155e1 fixed bug in code example 2014-02-04 23:56:21 +01:00
dane-unltd
97447a7149 Update README.md 2014-02-04 23:51:00 +01:00
Sonia Keys
0c533c0a76 A* test showing failure 2014-02-04 17:20:41 -05:00
David Neumann
88e6a6acfb using new test function in cblas tests 2014-02-04 23:19:02 +01:00
David Neumann
b3009880e2 merged dt[r,b,p]mv tests 2014-02-04 23:16:12 +01:00
David Neumann
5bc746874e adapted to blas changes 2014-02-04 21:56:46 +01:00
btracey
caf2b4603c Added All Uplo option for use in lapack 2014-02-04 10:33:13 -08:00
Sonia Keys
83ee990337 Merge branch 'tests'. add Dijkstra test 2014-02-04 01:23:41 -05:00
Sonia Keys
c7662d941d add Dijkstra test 2014-02-04 01:22:51 -05:00
Sonia Keys
6f1b049660 Merge branch 'bug-fix'. complete rebuildPath fix 2014-02-04 01:15:31 -05:00
Sonia Keys
0e0bd5bef7 rebuildPath fix was incomplete. apply same fix to goal node. 2014-02-04 01:11:11 -05:00
dane-unltd
040f81658f Merge pull request #3 from gonum/blaswrap
Merge blas convience wrapper with blas
2014-02-03 16:39:57 -08:00
David Neumann
ea428ce481 adding changes to zbw package 2014-02-04 01:39:00 +01:00
dane
104c61ab44 forgot some checks in level2 2014-02-04 01:39:00 +01:00
dane
c7cf4d3b7f removed numerical type prefix from blas functions 2014-02-04 01:39:00 +01:00
dane
a2db6763cf added Slice method to Vector 2014-02-04 01:39:00 +01:00
David Neumann
f63bf89d2c renamed packages 2014-02-04 01:39:00 +01:00
dane
f5792cd599 made zblas work 2014-02-04 01:37:02 +01:00
dane
2f3ec08e29 moved blas wrapper into dblas and zblas, zblas still needs cleaning up 2014-02-04 01:37:02 +01:00
David Neumann
7d82a1ad1c added dimension checks for level 2 and 3 2014-02-04 01:37:02 +01:00
dane
47388ce0d5 removed checks vor individual arguments in the wrapper functions 2014-02-04 01:37:02 +01:00
David Neumann
212fb2b65f changed data layout of General and GeneralCmplx 2014-02-04 01:37:02 +01:00
David Neumann
0c343a7976 added BLAS wrapper stuff 2014-02-04 01:37:01 +01:00
Sonia Keys
34d76cab57 Merge branch 'BFS'. BreadthFirstSearch and example 2014-02-03 19:34:29 -05:00
Sonia Keys
bb07dce812 add BreadthFirstSearch and example 2014-02-03 19:32:49 -05:00
David Neumann
4788d4e210 moved referenceblas->goblas 2014-02-04 01:23:30 +01:00
David Neumann
ff334fb2c0 removed goblas 2014-02-04 01:21:45 +01:00
David Neumann
91a4266293 fixed dtrmv 2014-02-04 01:19:39 +01:00
Sonia Keys
8542bc0b5d Merge branch 'bug-fix'. in rebuildPath, pop Nodes out of internalNodes. 2014-02-03 18:35:41 -05:00
Sonia Keys
3ad4f53bfa in rebuildPath, pop Nodes out of internalNodes.
Predecessor maps passed to rebuildPath sometimes have nodes of the original
graph and sometimes have internalNodes used by the search algorithm.  The path
result returned to the caller of the search function though, should include
only Nodes of the original graph.
2014-02-03 18:34:35 -05:00
David Neumann
b1ab5b3648 added dtpmv 2014-02-04 00:31:40 +01:00
David Neumann
30d1de9cc5 added dtrsm 2014-02-03 22:16:19 +01:00
dane
56499ab889 adapted to blas wrapper changes 2014-02-03 19:52:38 +01:00
dane
6cfa5a43a3 forgot the actual dgbmv test file 2014-02-03 19:32:35 +01:00
dane
bab6604b76 added test for dgbmv 2014-02-03 18:59:00 +01:00
dane
08c826a90f fixes in dgbmv 2014-02-03 18:26:26 +01:00
dane
ed8c04ad7f Really fixed the bug now 2014-02-03 18:17:20 +01:00
dane
8eb4e37055 Merge branch 'tbmv' 2014-02-03 18:06:08 +01:00
dane
40e9e9c029 added tests, fixed bug in checks in cblas 2014-02-03 18:05:38 +01:00
dane
6659f6dc85 added Dtbmv and stubs 2014-02-03 17:07:21 +01:00
Sonia Keys
2f79ecdcfe Revert "in EdgeList, omit reciprocal edges for undirected graphs"
This reverts commit bd81476fee.
2014-02-02 23:30:24 -05:00
Sonia Keys
3d9088f38f Revert "correct Degree computation for undirected graph"
This reverts commit 1a3f0db9fb.
2014-02-02 23:30:04 -05:00
David Neumann
8663ca8eaa qr working with lapacke binding 2014-02-03 01:25:48 +01:00
Sonia Keys
32e2303ef4 Merge branch 'bug-fix'. Fix Dijkstra 2014-02-01 23:19:15 -05:00