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.atoms.elementwise.abs.abs :show-inheritance: .. _entr: entr -------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.entr.entr :show-inheritance: .. _exp: exp ------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.exp.exp :show-inheritance: .. _huber: huber --------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.huber.huber :show-inheritance: .. _inv-pos: inv_pos ------------------------------------------ .. autofunction:: cvxpy.atoms.elementwise.inv_pos.inv_pos .. _kl-div: kl_div ----------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.kl_div.kl_div :show-inheritance: .. _log: log ------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.log.log :show-inheritance: .. _log1p: log1p --------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.log1p.log1p :show-inheritance: .. _logistic: logistic ------------------------------------------ .. autoclass:: cvxpy.atoms.elementwise.logistic.logistic :show-inheritance: .. _maximum: maximum ----------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.maximum.maximum :show-inheritance: .. _minimum: minimum ----------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.minimum.minimum .. _neg: neg ------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.neg.neg .. _pos: pos ------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.pos.pos .. _power: power --------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.power.power :show-inheritance: .. _rel-entr: rel-entr ----------------------------------------- .. autoclass:: cvxpy.atoms.elementwise.rel_entr.rel_entr :show-inheritance: .. _scalene: scalene ----------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.scalene.scalene .. _sqrt: sqrt -------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.sqrt.sqrt .. _square: square ---------------------------------------- .. autofunction:: cvxpy.atoms.elementwise.square.square