xerus
a general purpose tensor library
|
Implementation of the IndexedTensorList. More...
Go to the source code of this file.
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... | |
Implementation of the IndexedTensorList.
Definition in file indexedTensorList.cpp.