These examples show how you can use and create LinearSpace's in ODL.
| Example | Purpose | Complexity |
|---|---|---|
simple_r.py |
Create the space of real numbers | low |
simple_rn.py |
Create the space of n real numbers | low |
vectorization.py |
Demonstrate how to use vectorization of FunctionSpaceElement's |
middle |