Template Function proxsuite::helpers::at_most

Function Documentation

template<typename T, typename Scalar> auto proxsuite::helpers::at_most (T const &expr, const Scalar value) PROXSUITE_DEDUCE_RET((expr.array()< value).select(expr

Returns the part of the expression which is lower than value.