Deparallelisations of dense tensors. More...
#include "inc/dense/dense.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
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... | |
Deparallelisations of dense tensors.