Skip to content

Latest commit

 

History

History
169 lines (103 loc) · 2.4 KB

cvxpy.atoms.elementwise.rst

File metadata and controls

169 lines (103 loc) · 2.4 KB

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

.. 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: