Syntax

y = logsumexp(x)

Implementation

The convex operator logsumexp, defined as log(sum(exp(x))) is implemented using the evaluation-based nonlinear operators framework.