Interface | Description |
---|---|
Named |
Class | Description |
---|---|
AbstractPair<T> |
A pair of elements, which is used in several occasion within tensorics calculations, where the values of the same
type are commonly used together.
|
ValuePair<V> |
A pair of values, which can eg be used as intermediate results in calculations, where the two values are commonly
used together.
|