}
public static TIntHashSet getAllDummyIndicesT(Tensor tensor) {
TIntHashSet set = new TIntHashSet();
appendAllIndicesNamesT(tensor, set);
set.removeAll(IndicesUtils.getIndicesNames(tensor.getIndices().getFree()));
return set;
}
public static TIntHashSet getAllIndicesNamesT(Collection<? extends Tensor> tensors) {
TIntHashSet set = new TIntHashSet();