Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
Functional.
derivative
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)
domain
The point in which the gradient is evaluated.
Operator