]> gitweb.michael.orlitzky.com - dunshire.git/commit
Reorganize the source under src/dunshire.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Oct 2016 17:03:42 +0000 (13:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Oct 2016 17:03:42 +0000 (13:03 -0400)
commit56ea961887d507114174af5f92b8c3c77b0b7a50
treec4c011c5a62a83dd6dbd1366b8fe04262c6d4e54
parent23a78f1c16aa4654b74a1908a091661fc6d551a2
Reorganize the source under src/dunshire.
makefile
src/dunshire/__init__.py [new file with mode: 0644]
src/dunshire/cones.py [moved from cones.py with 100% similarity]
src/dunshire/errors.py [moved from errors.py with 100% similarity]
src/dunshire/matrices.py [moved from matrices.py with 100% similarity]
src/dunshire/symmetric_linear_game.py [moved from symmetric_linear_game.py with 100% similarity]
test/suite.py