doc/source/api_reference/cvxpy.atoms.elementwise.rst
All of the atoms listed here operate elementwise on expressions. For example,
:class:~cvxpy.atoms.elementwise.exp.exp exponentiates each entry of
expressions that are supplied to it.
.. _abs:
.. autoclass:: cvxpy.abs :show-inheritance:
.. _entr:
.. autoclass:: cvxpy.entr :show-inheritance:
.. _exp:
.. autoclass:: cvxpy.exp :show-inheritance:
.. _huber:
.. autoclass:: cvxpy.huber :show-inheritance:
.. _inv-pos:
.. autofunction:: cvxpy.inv_pos
.. _kl-div:
.. autoclass:: cvxpy.kl_div :show-inheritance:
.. _log:
.. autoclass:: cvxpy.log :show-inheritance:
.. _log-normcdf:
.. autoclass:: cvxpy.log_normcdf :show-inheritance:
.. _log1p:
.. autoclass:: cvxpy.log1p :show-inheritance:
.. _loggamma:
.. autoclass:: cvxpy.loggamma :show-inheritance:
.. _logistic:
.. autoclass:: cvxpy.logistic :show-inheritance:
.. _maximum:
.. autoclass:: cvxpy.maximum :show-inheritance:
.. _minimum:
.. autofunction:: cvxpy.minimum
.. _neg:
.. autofunction:: cvxpy.neg
.. _pos:
.. autofunction:: cvxpy.pos
.. _power:
.. autoclass:: cvxpy.power :show-inheritance:
.. _rel-entr:
.. autoclass:: cvxpy.rel_entr :show-inheritance:
.. _scalene:
.. autofunction:: cvxpy.scalene
.. _sqrt:
.. autofunction:: cvxpy.sqrt
.. _square:
.. autofunction:: cvxpy.square
.. _xexp:
.. autoclass:: cvxpy.xexp :show-inheritance:
.. _logic-not:
~x).. autoclass:: cvxpy.logic.Not :show-inheritance:
.. _logic-and:
x & y).. autoclass:: cvxpy.logic.And :show-inheritance:
.. _logic-or:
x | y).. autoclass:: cvxpy.logic.Or :show-inheritance:
.. _logic-xor:
x ^ y).. autoclass:: cvxpy.logic.Xor :show-inheritance:
.. _logic-implies:
.. autofunction:: cvxpy.logic.implies
.. _logic-iff:
.. autofunction:: cvxpy.logic.iff