Back to Cvxpy

cvxpy\.atoms\.elementwise package

doc/source/api_reference/cvxpy.atoms.elementwise.rst

1.8.23.1 KB
Original Source

cvxpy.atoms.elementwise package

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:

abs

.. autoclass:: cvxpy.abs :show-inheritance:

.. _entr:

entr

.. autoclass:: cvxpy.entr :show-inheritance:

.. _exp:

exp

.. autoclass:: cvxpy.exp :show-inheritance:

.. _huber:

huber

.. autoclass:: cvxpy.huber :show-inheritance:

.. _inv-pos:

inv_pos

.. autofunction:: cvxpy.inv_pos

.. _kl-div:

kl_div

.. autoclass:: cvxpy.kl_div :show-inheritance:

.. _log:

log

.. autoclass:: cvxpy.log :show-inheritance:

.. _log-normcdf:

log_normcdf

.. autoclass:: cvxpy.log_normcdf :show-inheritance:

.. _log1p:

log1p

.. autoclass:: cvxpy.log1p :show-inheritance:

.. _loggamma:

loggamma

.. autoclass:: cvxpy.loggamma :show-inheritance:

.. _logistic:

logistic

.. autoclass:: cvxpy.logistic :show-inheritance:

.. _maximum:

maximum

.. autoclass:: cvxpy.maximum :show-inheritance:

.. _minimum:

minimum

.. autofunction:: cvxpy.minimum

.. _neg:

neg

.. autofunction:: cvxpy.neg

.. _pos:

pos

.. autofunction:: cvxpy.pos

.. _power:

power

.. autoclass:: cvxpy.power :show-inheritance:

.. _rel-entr:

rel_entr

.. autoclass:: cvxpy.rel_entr :show-inheritance:

.. _scalene:

scalene

.. autofunction:: cvxpy.scalene

.. _sqrt:

sqrt

.. autofunction:: cvxpy.sqrt

.. _square:

square

.. autofunction:: cvxpy.square

.. _xexp:

xexp

.. autoclass:: cvxpy.xexp :show-inheritance:

.. _logic-not:

Not (~x)

.. autoclass:: cvxpy.logic.Not :show-inheritance:

.. _logic-and:

And (x & y)

.. autoclass:: cvxpy.logic.And :show-inheritance:

.. _logic-or:

Or (x | y)

.. autoclass:: cvxpy.logic.Or :show-inheritance:

.. _logic-xor:

Xor (x ^ y)

.. autoclass:: cvxpy.logic.Xor :show-inheritance:

.. _logic-implies:

implies (x => y)

.. autofunction:: cvxpy.logic.implies

.. _logic-iff:

iff (x <=> y)

.. autofunction:: cvxpy.logic.iff