Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 412 Bytes

Operator examples

These examples show how you can create and use Operator's in ODL.

Basic usage examples

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