SyTen
dense_decomposition_depara.h File Reference

Deparallelisations of dense tensors. More...

#include "inc/dense/dense.h"
+ Include dependency graph for dense_decomposition_depara.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 
 syten::Deparallelise
 Deparallelisers.
 

Functions

template<typename Scalar , typename OtherScalar = SRDef>
DenseTensor< 2, OtherScalar > syten::Deparallelise::cols (DenseTensor< 2, Scalar > const &a, DenseTensor< 2, Scalar > &p, DenseTensor< 2, Scalar > &t, DenseTensor< 2, OtherScalar > const &sibling=DenseTensor< 2, OtherScalar >())
 Deparallelise the columns of the dense input tensor a → p t More...
 
template<typename Scalar , typename OtherScalar = SRDef>
DenseTensor< 2, OtherScalar > syten::Deparallelise::rows (DenseTensor< 2, Scalar > const &a, DenseTensor< 2, Scalar > &t, DenseTensor< 2, Scalar > &p, DenseTensor< 2, OtherScalar > const &sibling=DenseTensor< 2, OtherScalar >())
 Deparallelise the rows of the dense input tensor a → t p More...
 

Detailed Description

Deparallelisations of dense tensors.