LinearSpaceElement

class odl.core.set.space.LinearSpaceElement(space)[source]

Bases: object

Abstract class for LinearSpace elements.

Do not use this class directly – to create an element of a vector space, call the space’s LinearSpace.element method instead.

__init__(space)[source]

Initialize a new instance.

All deriving classes must call this method to set the space property.