L : list of list of float
A matrix represented as a list of **rows**. This representation
- agrees with (for example) `SageMath <http://www.sagemath.org/>`_
- and `NumPy <http://www.numpy.org/>`_, but not with CVXOPT (whose
+ agrees with (for example) `SageMath <https://www.sagemath.org/>`_
+ and `NumPy <https://www.numpy.org/>`_, but not with CVXOPT (whose
matrix constructor accepts a list of columns). In reality, ``L``
can be any iterable type of the correct length; however, you
should be extremely wary of the way we interpret anything other
This matrix :math:`A` appears on the right-hand side of
:math:`Ax = b` in the `statement of the CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
.. warning::
Thus matrix :math:`G` appears on the left-hand side of :math:`Gx
+ s = h` in the `statement of the CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
.. warning::
The column vector :math:`c` appears in the objective function
value :math:`\left\langle c,x \right\rangle` in the `statement
of the CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
.. warning::
Return the cone ``C`` used in our CVXOPT construction.
This is the cone over which the `CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_
takes place.
Returns
The :math:`h` vector appears on the right-hand side of :math:`Gx
+ s = h` in the `statement of the CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
.. warning::
The vector :math:`b` appears on the right-hand side of :math:`Ax
= b` in the `statement of the CVXOPT conelp program
- <http://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
+ <https://cvxopt.org/userguide/coneprog.html#linear-cone-programs>`_.
This method is static because the dimensions and entries of
``b`` are known beforehand, and don't depend on any other