]> gitweb.michael.orlitzky.com - dunshire.git/history - src/dunshire/games.py
Refactor the random matrix functions a bit.
[dunshire.git] / src / dunshire / games.py
2016-10-13 Michael OrlitzkyRefactor the random matrix functions a bit.
2016-10-12 Michael OrlitzkyAdd a test for the value of a positive operator on...
2016-10-12 Michael OrlitzkyAdd tests for the orthogonality relationships of a...
2016-10-12 Michael OrlitzkyFix (or cover up) a bunch of pylint warnings.
2016-10-12 Michael OrlitzkyAdd tests for the "translated" and "negated" games...
2016-10-11 Michael OrlitzkyAttempt to recover from "unknown" solutions.
2016-10-11 Michael OrlitzkyGet rid of the contains_strict() methods and compare...
2016-10-11 Michael OrlitzkyAdd two more tests for nonnegative scaling factors.
2016-10-11 Michael OrlitzkyAdd a test for an example in the Gowda/Ravindran paper.
2016-10-10 Michael OrlitzkyFinish overhauling the docstrings to numpy format.
2016-10-10 Michael OrlitzkyRename the "symmetric_linear_game" module to "games".