34 template<
class tensor_type>
37 template<
class tensor_type>
41 template<
class tensor_type>
47 template<
class tensor_type>
49 this->indexed_assignement(std::move(_rhs));
52 template<
class tensor_type>
54 this->indexed_assignement(std::move(_rhs));
57 template<
class tensor_type>
59 this->indexed_assignement(std::move(_rhs));
62 template<
class tensor_type>
64 this->indexed_plus_equal(std::move(_rhs));
67 template<
class tensor_type>
69 this->indexed_minus_equal(std::move(_rhs));
Header file for the Index class.
Internal representation of an readable indexed Tensor or TensorNetwork.
The main namespace of xerus.
Header file for the Tensor class.
Internal representation of an readable and writeable indexed Tensor or TensorNetwork.
Header file for comfort functions and macros that should not be exported in the library.
Abstract internal representation of an read and writeable indexed Tensor or TensorNetwork.
IndexedTensor(const IndexedTensor &_other)=delete
There is no usefull copy constructor, because the handling of the tensorObject is unclear...
Header file for the TensorNetwork class.
Header file for the IndexedTensor class.