Reduction of a tensor including tensor block helpers. More...
#include "inc/tensor/tensor.h"#include "inc/dense/dense_prod.h"#include "inc/dense/generic_iszero.h"#include "inc/dense/generic_norm.h"#include "inc/dense/generic_addscaled.h"#include "inc/dense/generic_operators.h"#include "inc/tensor/tensor_buckets.h"
Include dependency graph for tensor_add_reduce.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | 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... | |
Reduction of a tensor including tensor block helpers.