]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
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)
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.


No differences found