FunctionalDefaultConvexConjugate.derivative¶
- FunctionalDefaultConvexConjugate.derivative(point)¶
Return the derivative operator in the given point.
This function returns the linear operator given by:
self.derivative(point)(x) == self.gradient(point).inner(x)