Exemplo n.º 1
0
 def __neg__(self):
     """Expression : The negation of the expression.
     """
     return cvxtypes.neg_expr()(self)
Exemplo n.º 2
0
 def __neg__(self):
     """The negation of the expression.
     """
     return cvxtypes.neg_expr()(self)