public interface Mutate2D extends Structure2D, Mutate1D
Modifier and Type | Interface and Description |
---|---|
static interface |
Mutate2D.Exchangeable
A few operations with no 1D or AnyD counterpart.
|
static interface |
Mutate2D.Fillable<N extends Number> |
static interface |
Mutate2D.Mixable<N extends Number> |
static interface |
Mutate2D.Modifiable<N extends Number> |
static interface |
Mutate2D.ModifiableReceiver<N extends Number>
A utility interface to simplify declaring to implement "everything mutable".
|
static interface |
Mutate2D.Receiver<N extends Number> |
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,?>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.RowColumnCallback, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
Mutate1D.Sortable
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
Modifier and Type | Method and Description |
---|---|
default void |
add(long index,
double addend) |
void |
add(long row,
long col,
double addend) |
void |
add(long row,
long col,
Number addend) |
default void |
add(long index,
Number addend) |
default void |
set(long index,
double addend) |
void |
set(long row,
long col,
double value) |
void |
set(long row,
long col,
Number value) |
default void |
set(long index,
Number addend) |
column, column, column, column, column, count, count, countColumns, countRows, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, mapperOf, row, row, row, row, row
copyComplexArgument, copyComplexImaginary, copyComplexModulus, copyComplexModulusAndArgument, copyComplexReal, copyComplexRealAndImaginary, reset
index, loopAll, loopMatching, loopRange, mapper, size
Copyright © 2019 Optimatika. All rights reserved.