Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 436 Bytes

Space examples

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

Basic usage examples

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