{@code Mapping} implements {@code Transformation} and perform transformation by simple invocation of{@link ApplyIndexMapping#applyIndexMappingAutomatically(cc.redberry.core.tensor.Tensor,Mapping)} ))} with{@code this} as a second argument.
The underlying data structure is a simple pair of sorted arrays {@code fromNames} and {@code toData}, such that i-th mapping entry is {@code fromNames[i] -> toData[i]}. The array {@code fromNames} contains from indices names. The array {@code toData}contains names of to indices where the first bit indicates whether the state of from index should be inverted.
@author Dmitry Bolotin @author Stanislav Poslavsky @since 1.1.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|