LinearSpace

class odl.LinearSpace(field)

Bases: Set

Abstract linear vector space.

Its elements are represented as instances of the LinearSpaceElement class.

__init__(field)[source]

Initialize a new instance.

This method should be called by all inheriting methods so that the field property of the space is properly set.

Parameters

fieldField or None

Scalar field of numbers for this space.