LinearSpaceElement
- class odl.core.set.space.LinearSpaceElement(space)[source]
Bases:
objectAbstract class for
LinearSpaceelements.Do not use this class directly – to create an element of a vector space, call the space’s
LinearSpace.elementmethod instead.