]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Switch the docs style of cones.py and update cartesian product containment.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 17:44:29 +0000 (13:44 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 17:44:29 +0000 (13:44 -0400)
The docs for cones.py have all been switched (roughly) to use the
numpy style. In the process, I noticed that cartesian product
containment was a lot weirder than it needs to be. The "point" that
the __contains__() and contains_strict() methods take is now a tuple
corresponding to the factors of the cartesian product.


No differences found