NumpyTensor
- class odl.backends.arrays.npy_tensors.NumpyTensor(space, data)[source]
Bases:
TensorRepresentation of a
NumpyTensorSpaceelement.This is an internal ODL class; it should not directly be instantiated from user code. Instead, always use the
.elementmethod of thespacefor generating these objects.