]> gitweb.michael.orlitzky.com - dunshire.git/commit
Use private methods for the rest of the CVXOPT vectors/matrices.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 20:58:17 +0000 (16:58 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Nov 2016 20:58:17 +0000 (16:58 -0400)
commitf3eb81258445fb9cc905f1e06dd7e6d00fbb76fc
tree915ef07635974fa14e3d6f24594fdb472981f49d
parent2a59d8c4a2d7723a52de15e3d1f8ffce76bb948a
Use private methods for the rest of the CVXOPT vectors/matrices.

We already had private methods for _zero(), _A(), and _G(). Now we
have them for the rest of the matrices and vectors as well. This
improves consistency, and maybe more importantly prevents people from
ever thinking it's safe to pass the same matrix to CVXOPT twice.
dunshire/games.py