Tensor ================================== .. currentmodule:: odl.core.space.base_tensors .. autoclass:: Tensor :show-inheritance: .. automethod:: __init__ .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: Tensor.__eq__ Tensor.__getitem__ Tensor.__setitem__ Tensor.asarray Tensor.assign Tensor.astype Tensor.conj Tensor.copy Tensor.dist Tensor.divide Tensor.inner Tensor.lincomb Tensor.multiply Tensor.norm Tensor.set_zero Tensor.show Tensor.to_device Tensor.to_impl Tensor.writable_array .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: Tensor.T Tensor.array_backend Tensor.array_namespace Tensor.data Tensor.device Tensor.dtype Tensor.dtype_identifier Tensor.imag Tensor.impl Tensor.itemsize Tensor.nbytes Tensor.ndim Tensor.odl_tensor Tensor.real Tensor.shape Tensor.size Tensor.space