Functional.derivative
- Functional.derivative(point)[source]
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)
Parameters
- point
domainelement The point in which the gradient is evaluated.
Returns
derivative :
Operator- point