Package org.ojalgo.structure
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 org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,
B extends Structure1D.Logical<S, B>>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,
B extends Structure2D.Logical<S, B>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Method Summary
Modifier and TypeMethodDescriptiondouble
mix
(long row, long col, BinaryFunction<N> mixer, double addend) mix
(long row, long col, BinaryFunction<N> mixer, N addend) default double
mix
(long index, BinaryFunction<N> mixer, double addend) default N
mix
(long index, BinaryFunction<N> mixer, N addend) Methods inherited from interface org.ojalgo.structure.Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Method Details
-
mix
- Specified by:
mix
in interfaceMutate1D.Mixable<N extends Comparable<N>>
- Returns:
- The new/mixed value
-
mix
- Specified by:
mix
in interfaceMutate1D.Mixable<N extends Comparable<N>>
-
mix
-
mix
-