public abstract static class PhysicalStore.ConsumerRegion<N extends Number> extends Object implements ElementsConsumer<N>
Mutate2D.BiModifiable<N extends Number>, Mutate2D.Exchangeable, Mutate2D.Fillable<N extends Number>, Mutate2D.Mixable<N extends Number>, Mutate2D.Modifiable<N extends Number>, Mutate2D.Receiver<N extends Number>Mutate1D.SortableStructure2D.RowColumnCallbackStructure1D.IndexCallback| Modifier and Type | Method and Description |
|---|---|
void |
fillByMultiplying(Access1D<N> left,
Access1D<N> right) |
void |
modifyMatching(Access1D<N> left,
BinaryFunction<N> function) |
void |
modifyMatching(BinaryFunction<N> function,
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() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, isAcceptablefillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillColumn, fillDiagonal, fillDiagonal, fillDiagonal, fillOne, fillOne, fillOne, fillOne, fillOne, fillOne, fillRow, fillRow, fillRow, fillRow, fillRow, fillRowcolumn, column, column, column, column, count, countColumns, countRows, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, row, row, row, row, rowfillAll, fillAll, fillMatching, fillRange, fillRangeloopAll, loopMatching, loopRangemodifyColumn, modifyColumn, modifyDiagonal, modifyOne, modifyOne, modifyRow, modifyRowmodifyAll, modifyRangepublic final void fillByMultiplying(Access1D<N> left, Access1D<N> right)
fillByMultiplying in interface ElementsConsumer<N extends Number>public void modifyMatching(Access1D<N> left, BinaryFunction<N> function)
modifyMatching in interface Mutate1D.BiModifiable<N extends Number>public void modifyMatching(BinaryFunction<N> function, Access1D<N> right)
modifyMatching in interface Mutate1D.BiModifiable<N extends Number>public final ElementsConsumer<N> regionByColumns(int... columns)
regionByColumns in interface ElementsConsumer<N extends Number>public final ElementsConsumer<N> regionByLimits(int rowLimit, int columnLimit)
regionByLimits in interface ElementsConsumer<N extends Number>public final ElementsConsumer<N> regionByOffsets(int rowOffset, int columnOffset)
regionByOffsets in interface ElementsConsumer<N extends Number>public final ElementsConsumer<N> regionByRows(int... rows)
regionByRows in interface ElementsConsumer<N extends Number>public ElementsConsumer<N> regionByTransposing()
regionByTransposing in interface ElementsConsumer<N extends Number>Copyright © 2017 Optimatika. All rights reserved.