public final class StructureOfContractionsHashed extends Object
| Modifier and Type | Field and Description |
|---|---|
static StructureOfContractionsHashed |
EMPTY_INSTANCE
Singleton for empty structure
|
| Constructor and Description |
|---|
StructureOfContractionsHashed(TensorContraction freeContraction,
TensorContraction... contractions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TensorContraction |
get(int i) |
TensorContraction |
getFreeContraction() |
int |
hashCode() |
String |
toString() |
public static final StructureOfContractionsHashed EMPTY_INSTANCE
public StructureOfContractionsHashed(TensorContraction freeContraction, TensorContraction... contractions)
public TensorContraction get(int i)
public TensorContraction getFreeContraction()
Copyright © 2014. All Rights Reserved.