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"
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.