Tensor ====== .. currentmodule:: libadcc .. autoclass:: Tensor :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Tensor.mutable ~Tensor.ndim ~Tensor.shape ~Tensor.size .. rubric:: Methods Summary .. autosummary:: ~Tensor.add_linear_combination ~Tensor.antisymmetrise_to ~Tensor.copy ~Tensor.copy_to ~Tensor.describe_symmetry ~Tensor.dot ~Tensor.empty_like ~Tensor.is_allowed ~Tensor.nosym_like ~Tensor.ones_like ~Tensor.select_n_absmax ~Tensor.select_n_absmin ~Tensor.select_n_max ~Tensor.select_n_min ~Tensor.set_from_ndarray ~Tensor.set_immutable ~Tensor.set_mask ~Tensor.set_random ~Tensor.symmetrise_to ~Tensor.to_ndarray ~Tensor.transpose ~Tensor.zeros_like .. rubric:: Attributes Documentation .. autoattribute:: mutable .. autoattribute:: ndim .. autoattribute:: shape .. autoattribute:: size .. rubric:: Methods Documentation .. automethod:: add_linear_combination .. automethod:: antisymmetrise_to .. automethod:: copy .. automethod:: copy_to .. automethod:: describe_symmetry .. automethod:: dot .. automethod:: empty_like .. automethod:: is_allowed .. automethod:: nosym_like .. automethod:: ones_like .. automethod:: select_n_absmax .. automethod:: select_n_absmin .. automethod:: select_n_max .. automethod:: select_n_min .. automethod:: set_from_ndarray .. automethod:: set_immutable .. automethod:: set_mask .. automethod:: set_random .. automethod:: symmetrise_to .. automethod:: to_ndarray .. automethod:: transpose .. automethod:: zeros_like