Interface Mutate2D.Mixable<N extends Comparable<N>>
- All Superinterfaces:
Mutate1D.Mixable<N>, Structure1D, Structure2D
- All Known Implementing Classes:
Array2D
- Enclosing interface:
Mutate2D
public static interface Mutate2D.Mixable<N extends Comparable<N>>
extends Structure2D, Mutate1D.Mixable<N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Method Summary
Modifier and TypeMethodDescriptiondoublemix(long row, long col, BinaryFunction<N> mixer, double addend) mix(long row, long col, BinaryFunction<N> mixer, N addend) default doublemix(long index, BinaryFunction<N> mixer, double addend) default Nmix(long index, BinaryFunction<N> mixer, N addend) Methods inherited from interface Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Method Details
-
mix
- Specified by:
mixin interfaceMutate1D.Mixable<N extends Comparable<N>>- Returns:
- The new/mixed value
-
mix
- Specified by:
mixin interfaceMutate1D.Mixable<N extends Comparable<N>>
-
mix
-
mix
-