These examples show how you can create and use Operator
's in ODL.
Example | Purpose | Complexity |
---|---|---|
simple_operator.py |
Create a very basic operator that adds two numbers | low |
convolution_operator.py |
Create a convolution operator by wrapping scipy.signal.fftconvolve |
middle |