public interface ElementsConsumer<N extends Number> extends Mutate2D.ModifiableReceiver<N>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElementsConsumer.ColumnsRegion<N extends Number> |
static class |
ElementsConsumer.ConsumerRegion<N extends Number> |
static interface |
ElementsConsumer.FillByMultiplying<N extends Number> |
static class |
ElementsConsumer.LimitRegion<N extends Number> |
static class |
ElementsConsumer.OffsetRegion<N extends Number> |
static class |
ElementsConsumer.RowsRegion<N extends Number> |
static class |
ElementsConsumer.TransposedRegion<N extends Number> |
Mutate2D.Exchangeable, Mutate2D.Fillable<N extends Number>, Mutate2D.Mixable<N extends Number>, Mutate2D.Modifiable<N extends Number>, Mutate2D.ModifiableReceiver<N extends Number>, Mutate2D.Receiver<N extends Number>, Mutate2D.Transformable<N extends Number>Mutate1D.SortableStructure2D.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>Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback| Modifier and Type | Method and Description |
|---|---|
void |
fillByMultiplying(Access1D<N> left,
Access1D<N> right) |
ElementsConsumer<N> |
regionByColumns(int... columns) |
ElementsConsumer<N> |
regionByLimits(int rowLimit,
int columnLimit) |
ElementsConsumer<N> |
regionByOffsets(int rowOffset,
int columnOffset) |
ElementsConsumer<N> |
regionByRows(int... rows) |
ElementsConsumer<N> |
regionByTransposing() |
modifyColumn, modifyColumn, modifyDiagonal, modifyDiagonal, modifyMatchingInColumns, modifyMatchingInColumns, modifyMatchingInRows, modifyMatchingInRows, modifyOne, modifyOne, modifyRow, modifyRowmodifyAll, modifyMatching, modifyMatching, modifyRangeaccept, isAcceptableadd, add, add, add, set, set, set, setcopyComplexArgument, copyComplexImaginary, copyComplexModulus, copyComplexModulusAndArgument, copyComplexReal, copyComplexRealAndImaginary, resetfillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillDiagonal, fillOne, fillOne, fillOne, fillOne, fillOne, fillOne, fillRow, fillRow, fillRow, fillRow, fillRow, fillRowcolumn, 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, rowfillAll, fillAll, fillMatching, fillMatching, fillMatching, fillRange, fillRangeloopAll, loopMatching, loopRange, mapper, sizeElementsConsumer<N> regionByColumns(int... columns)
ElementsConsumer<N> regionByLimits(int rowLimit, int columnLimit)
ElementsConsumer<N> regionByOffsets(int rowOffset, int columnOffset)
ElementsConsumer<N> regionByRows(int... rows)
ElementsConsumer<N> regionByTransposing()
Copyright © 2019 Optimatika. All rights reserved.