Skip to content

Latest commit

 

History

History
 
 

operator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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