Commit 2025-02-14 10:09 ebe2a3f4

View on Github →

feat: left and right derivatives of a convex function (#21063) Properties of left and right derivatives of a convex function on (the interior of) a convex set: monotonicity; leftDeriv <= rightDeriv; if leftDeriv <= 0 <= rightDeriv then the function is minimal. From the TestingLowerBounds project.

Estimated changes