xerus
a general purpose tensor library
|
Header file defining lists of indexed tensors. More...
#include <vector>
Go to the source code of this file.
Classes | |
class | xerus::internal::IndexedTensor< tensor_type > |
Internal representation of an readable and writeable indexed Tensor or TensorNetwork. More... | |
class | xerus::internal::IndexedTensorList |
Internal representation of a tuple of indexed Tensor s. More... | |
Namespaces | |
xerus | |
The main namespace of xerus. | |
xerus::internal | |
Namespace for function and classes designated only for internal use. | |
Functions | |
IndexedTensorList | xerus::internal::operator, (IndexedTensor< Tensor > &&_first, IndexedTensor< Tensor > &&_second) |
Using the "," operator tuples of writeable indexed tensor can be created. More... | |
IndexedTensorList | xerus::internal::operator, (IndexedTensorList &&_first, IndexedTensor< Tensor > &&_second) |
Using the "," operator tuples of writeable indexed tensor can be created. More... | |
Header file defining lists of indexed tensors.
Definition in file indexedTensorList.h.