]> gitweb.michael.orlitzky.com - dunshire.git/history - src
Add tests for the orthogonality relationships of a game solution.
[dunshire.git] / src /
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 OrlitzkySet ABS_TOL to 1e-6 to fix solution comparisons in...
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 OrlitzkySwitch the docs style of cones.py and update cartesian...
2016-10-10 Michael OrlitzkyAnother shot at documenting the options module.
2016-10-10 Michael OrlitzkyMore "easy" docs work in matrices.py/options.py.
2016-10-10 Michael OrlitzkyRename the "symmetric_linear_game" module to "games".
2016-10-10 Michael OrlitzkyBegin overhauling docs to numpy format.
2016-10-10 Michael OrlitzkyAdd a unit test for the ice cream cone solution.
2016-10-10 Michael OrlitzkyAdd a first unit test to check that a solution is alway...
2016-10-10 Michael OrlitzkyTranspose the input matrix "L" by default and document...
2016-10-10 Michael OrlitzkyAdd an options module to consolidate a few random ...
2016-10-10 Michael OrlitzkyFix pylint warnings in matrices.py.
2016-10-10 Michael OrlitzkyAdd an inner_product() for matrices.
2016-10-06 Michael OrlitzkyTest that vec() is a no-op on vectors.
2016-10-06 Michael OrlitzkyFix SymmetricPSD documentation and add the column-major...
2016-10-06 Michael OrlitzkyAdd doctests for the solution of some easy games.
2016-10-06 Michael OrlitzkyAdd some more doctests for SymmetricPSD containment.
2016-10-06 Michael OrlitzkyRename a variable to make pylint happy.
2016-10-06 Michael OrlitzkyAdd rough eigenvalue-based containment testing for...
2016-10-06 Michael OrlitzkyAdd an eigenvalues() method to matrices.py.
2016-10-06 Michael OrlitzkyFix dict sorting in and add another big example to...
2016-10-06 Michael OrlitzkyAdd a few docs/examples to errors.py.
2016-10-06 Michael OrlitzkyAdd a few SymmetricCone examples.
2016-10-06 Michael OrlitzkyAdd the game dual() method and document symmetric_linea...
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.