Tensor

class odl.core.space.base_tensors.Tensor(space)[source]

Bases: LinearSpaceElement

Abstract class for representation of TensorSpace elements.

__init__(space)

Initialize a new instance.

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