Template Function proxsuite::helpers::at_least

Function Documentation

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

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