SyTen
tensor_add_reduce.h File Reference

Reduction of a tensor including tensor block helpers. More...

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

Namespaces

 syten
 Syten namespace.
 

Functions

template<Rank rank>
bool syten::checkedAddParallel (TensorBlock< rank > &a, TensorBlock< rank > &b, EliminateZeros const ezeros=EliminateZeros::Yes, bool add_cgc=false, bool no_zero_check_dense=false)
 Checks if a and b can be combined additively into a single block. More...
 

Detailed Description

Reduction of a tensor including tensor block helpers.