11#ifndef BINARY_BALANCER_H
12#define BINARY_BALANCER_H
56template<
class T,
unsigned Dim>
class BareField;
void BinaryRepartition(FieldLayout< Dim > &layout, BareField< double, Dim > &weights)
NDIndex< Dim > CalcBinaryRepartition(FieldLayout< Dim > &, BareField< double, Dim > &)
void Repartition(const NDIndex< Dim > *, const NDIndex< Dim > *)