def structured_minimum(x, y): """ Structured elemwise minimum of sparse matrix x by scalar y. """ # see decorator for function body