SyTen
tensor_deparallelise.h File Reference

Simple deparallelisation of Tensor objects. More...

+ Include dependency graph for tensor_deparallelise.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 
 syten::Deparallelise
 Deparallelisers.
 

Functions

template<Rank rank>
Index syten::Deparallelise::cols (Tensor< rank > const &in, Index const uncombinedLeg, Tensor< rank > &p, Tensor< 2 > &t)
 Column-based deparallelisation. More...
 
template<Rank rank>
Index syten::Deparallelise::rows (Tensor< rank > const &in, Index const uncombinedLeg, Tensor< 2 > &t, Tensor< rank > &p)
 Row-based deparallelisation. More...
 

Detailed Description

Simple deparallelisation of Tensor objects.