xerus
a general purpose tensor library
indexedTensor_tensor_factorisations.h File Reference

Header file for the classes defining factorisations of Tensors. More...

#include <vector>
#include <limits>
#include "basic.h"

Go to the source code of this file.

Classes

class  xerus::CQ
 Helper class to allow an intuitive syntax for an rank revealing orthogonal factorisation. More...
 
class  xerus::internal::IndexedTensor< tensor_type >
 Internal representation of an readable and writeable indexed Tensor or TensorNetwork. More...
 
class  xerus::internal::IndexedTensorReadOnly< tensor_type >
 Internal representation of an readable indexed Tensor or TensorNetwork. More...
 
class  xerus::QC
 Helper class to allow an intuitive syntax for an rank revealing orthogonal factorisation. More...
 
class  xerus::QR
 Helper class to allow an intuitive syntax for QR factorisations. More...
 
class  xerus::RQ
 Helper class to allow an intuitive syntax for RQ factorisations. More...
 
class  xerus::SVD
 Helper class to allow an intuitive syntax for SVD factorisations. More...
 
class  xerus::TensorFactorisation
 Abstract super class for all tensor factorisations. More...
 

Namespaces

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

Detailed Description

Header file for the classes defining factorisations of Tensors.

Definition in file indexedTensor_tensor_factorisations.h.