tensor_space_impl

odl.core.space.entry_points.tensor_space_impl(impl)[source]

Tensor space class corresponding to the given impl name.

Parameters

implstr

Name of the implementation, see tensor_space_impl_names for the full list.

Returns

tensor_space_impltype

Class inheriting from TensorSpace.

Raises

ValueError

If impl is not a valid name of a tensor space imlementation.