xerus
a general purpose tensor library
indexedTensorMoveable.h File Reference

Header file for the IndexedTensorMoveable class. More...

#include "indexedTensorWritable.h"
#include <type_traits>

Go to the source code of this file.

Classes

class  xerus::internal::IndexedTensorMoveable< tensor_type >
 Internal representation of an read and write and moveable indexed Tensor or TensorNetwork. More...
 

Namespaces

 xerus
 The main namespace of xerus.
 
 xerus::internal
 Namespace for function and classes designated only for internal use.
 

Functions

template<class tensor_type >
IndexedTensorMoveable< tensor_type > xerus::internal::operator* (const value_t _factor, IndexedTensorMoveable< tensor_type > &&_tensor)
 
template<class tensor_type >
IndexedTensorMoveable< tensor_type > xerus::internal::operator* (IndexedTensorMoveable< tensor_type > &&_tensor, const value_t _factor)
 
template<class tensor_type >
IndexedTensorMoveable< tensor_type > xerus::internal::operator/ (IndexedTensorMoveable< tensor_type > &&_tensor, const value_t _divisor)
 

Detailed Description

Header file for the IndexedTensorMoveable class.

Definition in file indexedTensorMoveable.h.