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_namesfor the full list.
Returns
- tensor_space_impltype
Class inheriting from
TensorSpace.
Raises
- ValueError
If
implis not a valid name of a tensor space imlementation.