Skip to content

Latest commit

 

History

History
 
 

space

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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