]> gitweb.michael.orlitzky.com - dunshire.git/history - src
Remove a unicode hyphen from a reference.
[dunshire.git] / src /
2016-10-16 Michael OrlitzkyPylint cleanup for tests.
2016-10-16 Michael OrlitzkyPrint the game data along with every GameUnsolvableExce...
2016-10-16 Michael OrlitzkyRename "xi" and "gamma" to "p" and "q" to avoid name...
2016-10-16 Michael OrlitzkyReorganize the test source code and doc building.
2016-10-15 Michael OrlitzkyMove unit test code into its own file (unders test...
2016-10-14 Michael OrlitzkyClean up a bit of the import mess.
2016-10-13 Michael OrlitzkyLocally disable another pylint warning to get clean...
2016-10-13 Michael OrlitzkyFiddle with the pylint settings.
2016-10-13 Michael OrlitzkyMake sure SymmetricPSD doesn't contain asymmetric matrices.
2016-10-13 Michael OrlitzkyEliminate some unused variables by slicing a tuple...
2016-10-13 Michael OrlitzkyFix two more pylint bad-variable-name warnings.
2016-10-13 Michael OrlitzkyAdd tests for Lyapunov games over the ice-cream cone.
2016-10-13 Michael OrlitzkyReturn CVXOPT matrices from the random matrix functions.
2016-10-13 Michael OrlitzkyTest the dual game value of a Lyapunov game over the...
2016-10-13 Michael OrlitzkyRemove unused import.
2016-10-13 Michael OrlitzkyAdd a test for Lyapunov games over the orthant.
2016-10-13 Michael OrlitzkyAdd eigenvalues_re() to compute real parts of eigenvalu...
2016-10-13 Michael OrlitzkyRefactor the random matrix functions a bit.
2016-10-13 Michael OrlitzkyUse syevr instead of syev for eigenvalues.
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 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.